{"id":14068610,"url":"https://github.com/databio/loadr","last_synced_at":"2025-08-03T19:34:12.849Z","repository":{"id":52754478,"uuid":"131061953","full_name":"databio/loadr","owner":"databio","description":"Cleaner R workspaces","archived":false,"fork":false,"pushed_at":"2021-04-19T21:59:32.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T13:11:38.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://code.databio.org/loadr","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/databio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-25T20:49:07.000Z","updated_at":"2021-04-19T21:59:23.000Z","dependencies_parsed_at":"2022-08-21T05:50:09.799Z","dependency_job_id":null,"html_url":"https://github.com/databio/loadr","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Floadr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Floadr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Floadr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Floadr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/databio","download_url":"https://codeload.github.com/databio/loadr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618262,"owners_count":21134200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-08-13T07:06:18.335Z","updated_at":"2025-04-12T18:54:50.068Z","avatar_url":"https://github.com/databio.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# loadr: Cleaner R workspaces\n\n`loadr` is meant to help declutter R workspaces for very complex analyses that use substantial reference data, like is common in genomics. It provides a few functions that encourage you to use R `environment` objects to organize your variables so they are not all in the primary workspace. By sequestering reference data into a separate 'shared variable' environment, you make it easier to find R objects you're actively using.\n\n## Install\n\n```R\ndevtools::install_github(\"databio/loadr\")\n```\n\n## Quick start:\n\n```{r}\nlibrary('loadr')\neload(list(myReferenceDataVar=15))\nSV$myReferenceDataVar\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabio%2Floadr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabio%2Floadr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabio%2Floadr/lists"}