View source: R/commit_data_provenance.R
commit_data_provenance | R Documentation |
Commits data provenance to REDCap about files in S3 with a unique id
commit_data_provenance( uuid = NULL, bucket_name = NULL, object_key = NULL, DAG = NULL, data_provenance = NULL )
uuid |
(Required without bucket_name, object_key and DAG) Unique ID of the file in S3 |
bucket_name |
(Required without uuid) Bucket where the file is stored |
object_key |
(Required without uuid) Key of the file in S3 (such as tg/projectA/file.csv) |
DAG |
(Required without uuid) Data access group to assign this file to |
data_provenance |
(Required) A named list of character objects that contains the data provenance to commit to REDCap about this file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.