dput_fun | R Documentation |
Choose a function of an installed R-package and save it to the specified target.
dput_fun(pkg_fun, target_dir = "R", rm_pattern = FALSE)
pkg_fun |
Character. Name of a package and function separated by '::'. E.g. fsf::dput_fun. Do not use quotation marks. |
target_dir |
Character. Specify the file path, where you want to write the file. |
rm_pattern |
Character. Choose any pattern that should be removed. E.g. 'fsf::' to exclude the name of the package sf. |
Frederik Sachser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.