| print.classified | R Documentation |
Preview first n rows as tibble
## S3 method for class 'classified'
print(x, ...)
x |
output from |
... |
additional arguments passed to printing method for a |
Other classcodes:
all_classcodes(),
as.data.frame.classified(),
classcodes,
codebook(),
print.classcodes(),
set_classcodes(),
summary.classcodes(),
visualize.classcodes()
# Preview all output
classify(c("C80", "I20", "unvalid_code"), "elixhauser")
# Preview only the first row
print(classify(c("C80", "I20", "unvalid_code"), "elixhauser"), n = 1)
# Print object as is (matrix)
print(classify(c("C80", "I20", "unvalid_code"), "elixhauser"), n = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.