form_fromSpreadsheet {preregr} | R Documentation |
Import a (pre)registration form specification from a spreadsheet
Description
With this function, you can import a (pre) registration from a
spreadsheet. See the "Creating a form from a spreadsheet" vignette
for more information. That is available at
https://preregr.opens.science/articles/creating_form_from_spreadsheet.html
or can be shown by running vignette("creating_form_from_spreadsheet",
package = "preregr")
Usage
form_fromSpreadsheet(
x,
localBackup = NULL,
exportGoogleSheet = TRUE,
xlsxPkg = c("rw_xl", "openxlsx", "XLConnect"),
silent = preregr::opts$get("silent")
)
Arguments
x |
The URL or path to a file. |
localBackup |
If not |
exportGoogleSheet |
If |
xlsxPkg |
Which package to use to work with Excel spreadsheets. |
silent |
Whether to be silent or chatty. |
Details
An empty simple
example spreadsheet is available at
https://docs.google.com/spreadsheets/d/14Qbak7JbBhTqmJaMgJ4tU9ZROaBbUfq37_UzkoHnM60
and can be initialized as the almostEmptyForm
form
with prereg_initialize()
Value
The preregr form specification