Learn R Programming

ncodeR (version 0.1.1)

handcode: Handcode excerpts

Description

Handcode a set of excerpts using a vector of expressions

Usage

handcode(code = NULL, excerpts = NULL, expressions = NULL, n = 10,
  baserate = 0.2)

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

Value

Code

Details

Handcode a set of excerpts using a vector of expressions