We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceadf88 commit aad50ffCopy full SHA for aad50ff
README.md
@@ -12,10 +12,12 @@ devtools::install_github("Sage-Bionetworks/synapseusagereports")
12
13
Scripts are in the [inst/scripts](inst/scripts) directory.
14
15
+See [example-db-config.yml](example-db-config.yml) for an example configuration file to connect to the warehouse database.
16
+
17
### Query the warehouse
18
19
```
-report_data_query.R --project_id=syn1234567 --start_date=2018-01-01 --end_date=2018-03-01 --config_file=~/datawarehouse-config.yml > output.csv
20
+report_data_query.R --project_id=syn1234567 --start_date=2018-01-01 --end_date=2018-03-01 --config_file=example-db-config.yml > output.csv
21
22
23
### Generate a report
0 commit comments