Skip to contents

Get roxygen title and description from function

Usage

get_roxygen_description_from_foo(foo_name)

Arguments

foo_name

function for which want descriotion

Value

text containing description

Examples

if (FALSE) { # \dontrun{
source_files(path = "tests/testthat/example_project/R", keep_source = TRUE)
get_roxygen_description_from_foo("calculate_costs")
} # }