powered by
Create a code
create.code(name = "NewCode", definition = NULL, excerpts = NULL, type = "Regex", ...)
Name of the code
Definition of the Code
Character vectore of excerpts to use for Coding
Character string representing the type of code (Default: "Regex")
Additional parameters
Code object
# NOT RUN { data(RS.data) rs = RS.data # Generate a Code newcode = create.code(name = "Data", expressions = c("number","data"), excerpts = rs$text) # }
Run the code above in your browser using DataLab