download_all_and_output_to_csv: Get submissions and save to file

Description Usage Arguments

View source: R/main.R

Description

Download all submissions, process into a single table, and output the table to a csv file. This will also output all forms to the same output directory.

Usage

1
2
3
4
5
6
download_all_and_output_to_csv(
  syn,
  group,
  output_dir,
  state_filter = "SUBMITTED_WAITING_FOR_REVIEW"
)

Arguments

syn

Synapse login object

group

The groupID.

output_dir

The directory to output the submissions and csv file to.

state_filter

The filter that is desired to gather submissions by.


Sage-Bionetworks/synapseforms documentation built on June 16, 2020, 8:35 a.m.