Description Usage Arguments Value Note See Also Examples
View source: R/read.properties.R
Read SharePoint properties from an Excel file.
1 | read.properties(file, template = NULL, quiet = TRUE)
|
file |
Excel file containing the SharePoint properties. |
template |
optional filename of an Excel STAR template, to extract properties for a single STAR template. |
quiet |
whether to supress messages. |
Data frame with SharePoint properties.
To download Excel SharePoint properties:
Starting in Teams, navigate to STAR folder.
Select ‘Open in SharePoint’.
In SharePoint, select ‘Export to Excel’.
Save file with a descriptive filename, such as ‘WGSAD_Western_Mediterranean.xlsx’.
loadWorkbook
and readTable
are the underlying functions used to read SharePoint properties from an Excel
file.
read.template
reads an Excel STAR template into a STAR object.
gfcmSTAR-package
gives an overview of the package.
1 2 3 4 5 6 7 | ## Not run:
read.properties("WGSAD_Western_Mediterranean.xlsx")
read.properties("WGSAD_Western_Mediterranean.xlsx", "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.