Skip to content

Commit f4d6da3

Browse files
author
kdaily
committed
add help
1 parent aa43a33 commit f4d6da3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ devtools::install_github("Sage-Bionetworks/synapseusagereports")
1010

1111
## Usage
1212

13+
Scripts are in the [inst/scripts](inst/scripts) directory.
14+
1315
### Query the warehouse
1416

1517
```
16-
./report_data_query.R --project_id=syn1234567 --start_date=2018-01-01 --end_date=2018-03-01 --config_file=~/datawarehouse-config.yml > output.csv
18+
report_data_query.R --project_id=syn1234567 --start_date=2018-01-01 --end_date=2018-03-01 --config_file=~/datawarehouse-config.yml > output.csv
1719
```
1820

1921
### Generate a report
2022

2123
```
22-
./render_report.R --project_id=syn1234567 --team_order='273957' output.csv
24+
render_report.R --project_id=syn1234567 --team_order='273957' output.csv
2325
```

0 commit comments

Comments
 (0)