accessor: Accessor for a Person's Performances

Description Methods Author(s) References Examples

Description

[ provides a quick way to access a Performances.

Methods

Returns the performance at a given index position.

Author(s)

Fridolin Wild <wild@brookes.ac.uk>

References

Fridolin Wild (2016): Learning Analytics in R with SNA, LSA, and MPIA, Springer:Berlin.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
dmgr = DomainManager()
ppl = HumanResourceManager(dmgr)

fridolin = ppl$add("fridolin")

fridolin$write("this demonstrates skills in business.", label="example")
fridolin$write("shows skills in business")
fridolin$write("risk assessment is another topic")

fridolin[1]

mpia documentation built on May 2, 2019, 4:18 p.m.