Skip to content

Commit

Permalink
user_data_dir is a fxn
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Jun 15, 2017
1 parent da74c2f commit 2c0bc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ devtools::install_github("cont-limno/LAGOS")

Until the data exports have been loaded to the EDI data-store users must supply their `locus`, `limno` and `geo` data folders paths to the `lagos_compile` function. Replace the paths in the example below with the path to each respective folder on your system. Most people will have access to these folders through the Dropbox `CSI_LAGOS-exports/LAGOS-NE-EDI` folder. For example, the `limno_folder` would be assigned to something like: `C:/Users/FWL/Dropbox/CSI_LAGOS-exports/LAGOS-NE-EDI/LAGOS-NE-LIMNO-EXPORT`

Eventually, users will be able to run `lagos_get` to supply `lagos_compile` with the flat files from the EDI data repository without having to deal with file paths. The __outputs__ of `lagos_get` and `lagos_compile` are stored in the location returned by `rappdirs::user_data_dir`.
Eventually, users will be able to run `lagos_get` to supply `lagos_compile` with the flat files from the EDI data repository without having to deal with file paths. The __outputs__ of `lagos_get` and `lagos_compile` are stored in the location returned by `rappdirs::user_data_dir()`.

### Compile flat files

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ devtools::install_github("cont-limno/LAGOS")

Until the data exports have been loaded to the EDI data-store users must supply their `locus`, `limno` and `geo` data folders paths to the `lagos_compile` function. Replace the paths in the example below with the path to each respective folder on your system. Most people will have access to these folders through the Dropbox `CSI_LAGOS-exports/LAGOS-NE-EDI` folder. For example, the `limno_folder` would be assigned to something like: `C:/Users/FWL/Dropbox/CSI_LAGOS-exports/LAGOS-NE-EDI/LAGOS-NE-LIMNO-EXPORT`

Eventually, users will be able to run `lagos_get` to supply `lagos_compile` with the flat files from the EDI data repository without having to deal with file paths. The **outputs** of `lagos_get` and `lagos_compile` are stored in the location returned by `rappdirs::user_data_dir`.
Eventually, users will be able to run `lagos_get` to supply `lagos_compile` with the flat files from the EDI data repository without having to deal with file paths. The **outputs** of `lagos_get` and `lagos_compile` are stored in the location returned by `rappdirs::user_data_dir()`.

### Compile flat files

Expand Down

0 comments on commit 2c0bc98

Please sign in to comment.