sourceAnalyst-class: Class to represent the source Analysts

Description Slots Examples

Description

Class to represent the source Analysts

Slots

analystName

The name of the analysts

sourceId

The id for the source. This is only used if there are multiple analysts for a site

analystId

A character string specifying the id to be used for the analyst. If left blank, it will be set as a 4 letter abbreviation of the site + analyst names using abbreviate.

Examples

1
2
3
cbs.avg <- sourceAnalyst(analystName = "Average",
                         sourceId = "avg",
                         analystId = "cbav")

dadrivr/ffanalytics documentation built on May 14, 2019, 3:12 p.m.