if (FALSE) {
form_id <- 1100000
ns_get_form_attachments(form_id)
# save files to specific folder
ns_get_form_attachments(form_id, output_dir = "~/Desktop")
# save using original file names
ns_get_form_attachments(form_id, filenames = "original")
}
Run the code above in your browser using DataLab