handcode: Handcode excerpts

Description Usage Arguments Details Value

View source: R/handcode.R

Description

Handcode a set of excerpts using a vector of expressions

Usage

1
2
3
handcode(code = NULL, excerpts = NULL, expressions = NULL,
  n = ifelse(is.null(this.set), 10, length(this.set)), baserate = 0.2,
  unseen = F, this.set = NULL, results = NULL)

Arguments

code

Code object to handcode

excerpts

Excerpts to code (optional)

expressions

Expressions to code with (options)

n

Number of excerpts to handcode

baserate

Value between 0 and 1, inflates the baserate chosen excerpts to code, ensuring the number of positive at least equal to n * baserate

unseen

Logical or number Indicating additional excerpts with unseen words should be added. If TRUE (default), two words added or by 'number'

this.set

[TBD]

results

[TBD]

Details

Handcode a set of excerpts using a vector of expressions

Value

Code


ncodeR documentation built on Nov. 20, 2019, 1:07 a.m.