download_form_file: Download the submission file

Description Usage Arguments

View source: R/get-form-data.R

Description

Downloads the submission file locally. Can specify the directory to download to, or else the 'name' parameter will assume the path is included.

Usage

1
download_form_file(ps_url, name, output_dir = NULL)

Arguments

ps_url

The presigned URL for the submission.

name

The name, with extension, of the submission file. If the 'output_dir' is not specified, then 'name' should be full path.

output_dir

The directory to download the submission to. If 'NULL', will assume full path included in 'name'; else will prepend 'output_dir' to 'name'.


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