| str | R Documentation |
Wraps utils::str() but defaults to max.level = 2
str(..., max.level = 2)
... |
objects passed to str |
max.level |
sets max.level - by default, 2 |
output of utils::str() but defaults to max.level = 2
list(
data = list(
mtcars = data.frame(mtcars),
airquality = data.frame(airquality)
)
) |>
str()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.