View source: R/data_manipulation.R
read_metadata | R Documentation |
To do: Cache and add an argument to update cache. Unlike the geocodes, this won't be stored in the data of this package since it's much faster to download the sheet than to geocode.
read_metadata(
sheet_use = c("Prequel", "smFISH", "NGS barcoding", "ISS", "ROI selection", "De novo",
"Analysis", "Prequel analysis"),
cache = TRUE,
cache_location = "./sheets_cache",
update = FALSE
)
sheet_use |
Name of the sheet(s) to read. |
cache |
Logial, whether to cache. |
cache_location |
Where to save the cache |
update |
Logical, whether to update cache. If not, then the cache is read, and if the cache is absent, then a file contained within this package is read. This file within the package is updated with each version of this package. If TRUE, then the data is directly downloaded from Google Sheets, which is guaranteed to be up to date. |
A tibble for the sheet of interest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.