{"id":14068611,"url":"https://github.com/databio/folderfun","last_synced_at":"2025-04-12T18:54:51.142Z","repository":{"id":86287779,"uuid":"133851155","full_name":"databio/folderfun","owner":"databio","description":"Manage distributed input and output data locations in R with folder functions","archived":false,"fork":false,"pushed_at":"2020-07-17T17:08:58.000Z","size":83,"stargazers_count":7,"open_issues_count":4,"forks_count":1,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-26T13:11:35.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://code.databio.org/folderfun/","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-05-17T18:09:45.000Z","updated_at":"2020-07-31T23:12:42.000Z","dependencies_parsed_at":"2023-03-13T09:28:30.817Z","dependency_job_id":null,"html_url":"https://github.com/databio/folderfun","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Ffolderfun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Ffolderfun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Ffolderfun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databio%2Ffolderfun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/databio","download_url":"https://codeload.github.com/databio/folderfun/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.359Z","updated_at":"2025-04-12T18:54:51.121Z","avatar_url":"https://github.com/databio.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# `folderfun`: Manage paths with R folder functions \n[![Build Status](https://travis-ci.org/databio/folderfun.svg?branch=master)](https://travis-ci.org/databio/folderfun)\n\nIf you find yourself working on multiple different projects in R, you'll want to sort your input data and output results into folders containing raw data, processed data, plot results, intermediate table outputs, etc. This package makes it easier to do that by providing a quick and easy way to create and use functions for any directories, so you don't have to deal with annoying hard-coded absolute paths.\n\nGo from this:\n\n```{r}\nd = read.table(\"/long/and/annoying/path/to/hard/coded/file/data.txt\")\n```\n\nto this:\n\n```{r}\nd = read.table(ffIn(\"data.txt\"))\n```\n\n## Installing\n\n```{r}\ndevtools::install_github(\"databio/folderfun\")\n```\n\n## Quick start\n\nSee the vignettes for more information: http://code.databio.org/folderfun\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabio%2Ffolderfun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabio%2Ffolderfun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabio%2Ffolderfun/lists"}