powered by
Return roxygen2 parameter calls from the intersection of the parameters listed in the package dictionary and the formals of a function
ls_param(obj, dictionary = "man-roxygen/Dictionary-1.R", print = TRUE)
function or name of function
character, path_to_dictionary, Default: 'roxygen-man/Dictionary-1.R'
boolean print output to console, Default: TRUE
character vector
# NOT RUN { repo='https://raw.githubusercontent.com/yonicd/sinew/master/' dict_loc=file.path(repo,'man-roxygen/Dictionary-1.R') ls_param(sinew::makeOxygen,dictionary=dict_loc) # }
Run the code above in your browser using DataLab