print.CheckData | R Documentation |
CheckData
objectPrint CheckData
object
## S3 method for class 'CheckData'
print(
x,
type = c("plaintext", "html"),
name = NULL,
check_integers = FALSE,
css = list(font.family = "Helvetica", color = "#fff", background.color = "#242424"),
...
)
x |
|
type |
Character: Output type: "plaintext" or "html". |
name |
Character: Dataset name. |
check_integers |
Logical: If TRUE and there are integer features, prints a message to consider converting to factors. |
css |
List with |
... |
Not used. |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.