Description Usage Arguments Value Examples
Works only if functions used are prefixed in the body.
1 | import_from(fun, quiet = FALSE)
|
fun |
A function. |
quiet |
Logical, display output to console ? |
Invisible character string
1 2 3 4 | my_fun <- function(path) {
utils::read.table(file = path, header = FALSE, sep = "\t")
}
import_from(my_fun)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.