createObject: Creates an xAPI Object object

Description Usage Arguments Value See Also Examples

View source: R/object.R

Description

Creates an xAPI Object object

Usage

1

Arguments

object

Object params

warn

Show warnings

Value

Object

See Also

object

Examples

1
2
3
4
5
6
createObject(
  object = list(
    name = "Question 1",
    description = "Example question description."
  )
)

rpc5102/rlocker documentation built on Sept. 9, 2021, 9:16 p.m.