Description Usage Arguments Value Examples
GivenFrom a data.frame, this function generates an atomic character vector with skeleton documentation as per roxygen2's syntax.
1 | doc_data(d)
|
d |
A data.frame |
An atomic character vector.
1 2 | m <- data.frame(a = c(1, 2), b = c("n", "m"), stringsAsFactors = FALSE)
doc_data(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.