diff --git a/README.md b/README.md index 4dc474a2729716fa65e6d650ff41cca2c72aa4d0..541eae7a2c432ea199aedc6e9971efea0880d905 100644 --- a/README.md +++ b/README.md @@ -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_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