View source: R/form_fromSpreadsheet.R
form_fromSpreadsheet | R Documentation |
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")
form_fromSpreadsheet(
x,
localBackup = NULL,
exportGoogleSheet = TRUE,
xlsxPkg = c("rw_xl", "openxlsx", "XLConnect"),
silent = preregr::opts$get("silent")
)
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. |
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()
The preregr form specification
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.