dput_function: Dput a function

Description Usage Arguments Author(s)

Description

Choose a function of an installed R-package and save it to the specified target.

Usage

1
dput_function(pkg_fun, target_dir, rm_pattern = FALSE)

Arguments

pkg_fun

Character. Name of a package and function separated by '::'. E.g. framework::summary_instructions. 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. 'framework::' to exclude the name of the package framework.

Author(s)

Frederik Sachser


sachserf/framework documentation built on May 29, 2019, 12:21 p.m.