Description Usage Arguments Value See Also Examples
View source: R/read.template.v21.R
Read the results found in an Excel STAR template version 2.1 into a STAR object.
1  | read.template.v21(file, prop = NULL, suffix = "", quiet = TRUE)
 | 
file | 
 name of Excel file.  | 
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.v21 when the Excel
STAR template is of version 2.1.
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.v21("STAR_SOL_GSA17.xlsx")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.