cir_extract_meta | R Documentation |
Useful for pulling information about the template, whether It be the Operating Unit (OU), Period, template version, or type, eg wide or long.
cir_extract_meta(filepath, meta_type = NULL)
filepath |
filepath to sumbitted template |
meta_type |
type of meta data requesting: ou, period, version, type (default) |
## Not run: #identify whether template is long or wide filepath <- "~/WeeklyData/Raw/KEN_Weekly.xlsx" cir_extract_meta(filepath, meta_type = "type") #identify period cir_extract_meta(filepath, meta_type = "period") #identify OU cir_extract_meta(filepath, meta_type = "ou") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.