Learn R Programming

ncodeR (version 0.2.0.1)

CodeSet: CodeSet

Description

Object representing a set of codes

Usage

CodeSet

Arguments

Value

CodeSet object

CodeSet

Format

An object of class R6ClassGenerator of length 24.

Fields

title

Title of the CodeSet

description

String description of the set of codes to be included

excerpts

Character vector of text excerpts to code (optional)

expressions

Codes to include in the CodeSet (optional)

Examples

Run this code
# NOT RUN {
data(RS.data)
rs = RS.data
code.set = code.set("Demo RS CodeSet", "CodeSet made for the demo", excerpts = rs$text, codes = c())

# }

Run the code above in your browser using DataLab