R/utils-sheets.R
write_metadata.RdCAUTION: This function must be used only with packages that follow the
sqlr system.
write_metadata() creates and returns a list object containing lists with
the Google Sheets metadata of the review tables hosted on the platform.
You can see a example of a metadata sheets in: https://bit.ly/2PFWhev.
write_metadata(id, sheet = "Dataset")A string with the Google Sheets ID from the Sheets table.
(optional) a string indicating the worksheet/tab where the
sheets data can be found in the Sheets spreadsheet (default:
"Dataset").
An invisible list object containing lists with the Google Sheets
metadata of the review tables hosted on the platform.
Other Google Sheets functions:
range_write(),
read_sheet(),
sheet_nrow(),
write_query(),
write_sheet()
if (FALSE) {
write_metadata("1x6Aj8cXl9qFtpXq48Q6zdmT-w9EEqNG1iVQcKVRhgKM")
}