verbose =
param overrides internal logic as expectedCode
is_intact_attr(iris, verbose = TRUE)
Message
x The object is not a `soma_adat` class object: "data.frame"
Output
[1] FALSE
Code
is_intact_attr(iris, verbose = FALSE)
Output
[1] FALSE
Code
is_intact_attr(iris)
Message
x The object is not a `soma_adat` class object: "data.frame"
Output
[1] FALSE
Code
f1(iris)
Output
[1] FALSE
Code
f2(iris)
Output
[1] FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.