Description Usage Arguments Value See Also Examples
View source: R/read.template.v10.R
Read the results found in an Excel STAR template version 1.0 into a STAR object.
1 2 3 | read.template.v10(file, atype = "Standard", refyear = 2019,
repyear = 2021, countries = NA, prop = NULL, suffix = "",
quiet = TRUE)
|
file |
name of Excel file. |
atype |
assessment type, |
refyear |
reference year. |
repyear |
reporting year. |
countries |
countries, separated by comma and space. |
prop |
SharePoint properties from |
suffix |
optional string passed to |
quiet |
whether to supress messages. |
STAR object, a list containing Metadata
(simple list) and
TimeSeries
(data frame).
read.template
calls read.template.v10
when the Excel
STAR template is of version 1.0.
loadWorkbook
and readTable
are the underlying functions used to read data from Excel STAR templates.
read.properties
reads SharePoint properties from an Excel file.
combo
is used to construct the Assessment_ID
metadata
field.
gfcmSTAR-package
gives an overview of the package.
1 2 3 4 5 6 | ## Not run:
# Import
star <- read.template.v10("STAR_2019_HKE_5.xlsx")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.