read.properties: Read Properties

Description Usage Arguments Value Note See Also Examples

View source: R/read.properties.R

Description

Read SharePoint properties from an Excel file.

Usage

1
read.properties(file, template = NULL, quiet = TRUE)

Arguments

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.

Value

Data frame with SharePoint properties.

Note

To download Excel SharePoint properties:

  1. Starting in Teams, navigate to STAR folder.

  2. Select ‘Open in SharePoint’.

  3. In SharePoint, select ‘Export to Excel’.

  4. Save file with a descriptive filename, such as ‘WGSAD_Western_Mediterranean.xlsx’.

See Also

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.

Examples

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)

gfcm/gfcmSTAR documentation built on Feb. 5, 2022, 2:14 p.m.