powered by
Returns a character vector containing the arguments of a function for a loaded package. Arguments are separated by semi-colons.
extract_argument(fnc_name, package_name)
A character vector of length 1 containing the arguments of a function for a loaded package. Multiple arguments are separated by a semi-colon.
String containing the name of the function.
String containing the name of the loaded package.
extract_argument( fnc_name = "extract_argument", package_name = "devtoolbox")
Run the code above in your browser using DataLab