Skip to content
Snippets Groups Projects
Commit 153a0ebc authored by Thomas  OBADIA's avatar Thomas OBADIA :speech_balloon:
Browse files

Update README file

parent edffa787
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ Generally speaking, you should not be sourcing or editing manually [INVENTORY_00 ...@@ -44,7 +44,7 @@ Generally speaking, you should not be sourcing or editing manually [INVENTORY_00
* [INVENTORY_00_R_environment.R](<01_INVENTORY/INVENTORY_00_R_environment.R>): load all required packages (or complain they are missing) and sets global variables for the 01_INVENTORY project. * [INVENTORY_00_R_environment.R](<01_INVENTORY/INVENTORY_00_R_environment.R>): load all required packages (or complain they are missing) and sets global variables for the 01_INVENTORY project.
* [INVENTORY_00_R_functions.R](<01_INVENTORY/INVENTORY_00_R_functions.R>): custom R functions developed for the 01_INVENTORY project. * [INVENTORY_00_R_functions.R](<01_INVENTORY/INVENTORY_00_R_functions.R>): custom R functions developed for the 01_INVENTORY project.
* [INVENTORY_01_dump_REDCap_database.R](<01_INVENTORY/INVENTORY_01_dump_REDCap_database.R>): extract database from the REDCap servers passed into the `RCON_INVENTORY` variable. Very minor tweaks are conducted on the data: manual GPS coordinates are propagated into the `gps_lat` and `gps_lon` fields, and a validity flag is creaated based on expected boundaries for GPS locations. * [INVENTORY_01_dump_REDCap_database.R](<01_INVENTORY/INVENTORY_01_dump_REDCap_database.R>): extract database from the REDCap servers passed into the `RCON_INVENTORY` variable. Very minor tweaks are conducted on the data: manual GPS coordinates are propagated into the `gps_lat` and `gps_lon` fields, and a validity flag is created based on expected boundaries for GPS locations.
#### Outputs #### Outputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment