R/dct_from_spreadsheet.R
dct_from_spreadsheet.Rd
This function reads a spreadsheet (from a Google sheet URL or a local file
in .xlsx
, .csv
, or .sav
format) and imports the DCT specifications
in it.
The URL or path to a file.
The path to save the DCT specifications.
Optionally, the name(s) of the worksheet(s) to select.
If not NULL
, a valid filename to write a local
backup to.
If x
is a URL to a Google Sheet, instead of using
the googlesheets4
package to download the data, by passing
exportGoogleSheet=TRUE
, an export link will be produced and the data
will be downloaded as Excel spreadsheet.
Which package to use to work with Excel spreadsheets.
Whether to prevent overwriting.
The encoding to use.
Whether to be silent or chatty.
Invisibly, an object with the worksheets and the DCT objects.