We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa43a33 commit f4d6da3Copy full SHA for f4d6da3
README.md
@@ -10,14 +10,16 @@ devtools::install_github("Sage-Bionetworks/synapseusagereports")
10
11
## Usage
12
13
+Scripts are in the [inst/scripts](inst/scripts) directory.
14
+
15
### Query the warehouse
16
17
```
-./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
19
20
21
### Generate a report
22
23
-./render_report.R --project_id=syn1234567 --team_order='273957' output.csv
24
+render_report.R --project_id=syn1234567 --team_order='273957' output.csv
25
0 commit comments