{"id":14066950,"url":"https://github.com/helseprofil/orgdata","last_synced_at":"2026-02-01T00:29:05.033Z","repository":{"id":38682206,"uuid":"387788128","full_name":"helseprofil/orgdata","owner":"helseprofil","description":":package: R package for aggregating original data mostly on enumeration areas level of granularity","archived":false,"fork":false,"pushed_at":"2025-10-01T13:47:30.000Z","size":15633,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T15:29:17.773Z","etag":null,"topics":["database","ssb"],"latest_commit_sha":null,"homepage":"https://helseprofil.github.io/orgdata/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helseprofil.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-20T12:41:16.000Z","updated_at":"2025-08-26T20:07:58.000Z","dependencies_parsed_at":"2023-10-12T22:53:36.160Z","dependency_job_id":"e5e726e9-5261-4cb3-8bc8-7e172666465c","html_url":"https://github.com/helseprofil/orgdata","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/helseprofil/orgdata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helseprofil%2Forgdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helseprofil%2Forgdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helseprofil%2Forgdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helseprofil%2Forgdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helseprofil","download_url":"https://codeload.github.com/helseprofil/orgdata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helseprofil%2Forgdata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28961859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T23:03:11.038Z","status":"ssl_error","status_checked_at":"2026-01-31T22:56:44.691Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","ssb"],"created_at":"2024-08-13T07:05:20.905Z","updated_at":"2026-02-01T00:29:05.013Z","avatar_url":"https://github.com/helseprofil.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput:\n  md_document:\n    variant: gfm\nhtml_preview: false\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# orgdata \u003cimg src='man/figures/logo.png' align=\"right\" width=\"110\" height=\"138\" /\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![R-CMD-check](https://github.com/helseprofil/orgdata/workflows/R-CMD-check/badge.svg)](https://github.com/helseprofil/orgdata/actions)\n[![Codecov test coverage](https://img.shields.io/codecov/c/github/helseprofil/orgdata?logo=codecov)](https://app.codecov.io/gh/helseprofil/orgdata?branch=main)\n[![](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![GitHub R package version (branch)](https://img.shields.io/github/r-package/v/helseprofil/orgdata/main)](https://github.com/helseprofil/orgdata)\n[![GitHub R package version (branch)](https://img.shields.io/github/r-package/v/helseprofil/orgdata/dev)](https://github.com/helseprofil/orgdata)\n\u003c!-- badges: end --\u003e\n\n```{r echo=FALSE, results=\"hide\", message=FALSE, eval=FALSE}\nlibrary(\"badger\")\n```\n\n```{r, echo = FALSE, results='asis', eval=FALSE}\ncat(\n  badge_github_actions(),\n  badge_codecov(\"helseprofil/orgdata\"),\n  badge_lifecycle(\"stable\", \"green\"),\n  badge_github_version(\"helseprofil/orgdata\", \"blue\")\n)\n```\n\nCleaning, restructuring and aggregating **OR**i**G**inal **DATA** into a\npreferred dataset.\n\n## Installation\n\nThe easiest way to install *orgdata* is to use the procedure decribed in the [manual](https://helseprofil.github.io/manual/start-install.html).\n\n\nUpdate to new version or install the development version via `orgdata`.\n\n```r\norgdata::update_khpackage(\"orgdata\")\n\n# install development versjon\norgdata::update_khpackage(\"orgdata\", branch = \"dev\")\n```\n\n## Usage \n\nTo implement the specifications per file group as being registered in the\ndatabase can be done using `make_file()` function.\n\n```r\nlibrary(orgdata)\n# All files under BEFOLKNING group\ndt \u003c- make_file(\"BEFOLKNING\")\n\n# Select files with KOBLID\ndt \u003c- make_file(\"BEFOLKNING\", koblid = 48)\ndt \u003c- make_file(\"BEFOLKNING\", koblid = c(48, 72))\n\n# Select files without KOBLID\ndt \u003c- make_file(\"BEFOLKNING\", select = 1) #select the first valid file\ndt \u003c- make_file(\"BEFOLKNING\", select = \"last\") #select the most recent file\n```\n\nUse function `make_filegroups()` to process multiple file groups at once.\n\n```r\nmake_filegroups(BEFOLKNING, LESEFERD, NEET)\n```\n\n## Resources\n\n- [Config file](https://github.com/helseprofil/backend/blob/main/config/config-orgdata.yml)\n- [Get started](https://helseprofil.github.io/orgdata/articles/get-started.html)\n- [Functions overview](https://helseprofil.github.io/orgdata/reference/index.html)\n- [General guide](https://helseprofil.github.io/manual/)\n- [Conventions](https://helseprofil.github.io/orgdata/articles/standard.html)\n- [Video guide](https://youtu.be/PhEQq4iWJCY)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelseprofil%2Forgdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelseprofil%2Forgdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelseprofil%2Forgdata/lists"}