| write_metadata | R Documentation |
CAUTION: 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")
id |
A string with the Google Sheets ID from the |
sheet |
(optional) a string indicating the worksheet/tab where the
sheets data can be found in the |
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()
## Not run:
write_metadata("1x6Aj8cXl9qFtpXq48Q6zdmT-w9EEqNG1iVQcKVRhgKM")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.