Get roxygen title and description from function
Source:R/summarise_function_with_LLM.R
get_roxygen_description_from_foo.Rd
Get roxygen title and description from function
Examples
if (FALSE) { # \dontrun{
source_files(path = "tests/testthat/example_project/R", keep_source = TRUE)
get_roxygen_description_from_foo("calculate_costs")
} # }