parseCat | R Documentation |
Parse a categorical edit expression
parseCat(
x,
val = NA,
edit = logical(0),
sep = ":",
useLogical = FALSE,
env = parent.frame()
)
x |
a valid R expression |
val |
logical (scalar) |
edit |
logical (vector) |
sep |
edit separator |
useLogical |
(logical), should logicals be treated as a factor or as a logical? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.