View source: R/summarise_function_with_LLM.R
get_roxygen_description | R Documentation |
This function extracts the title and description from a parsed list.
get_roxygen_description(parsed_list)
parsed_list |
A list containing parsed elements. |
A list containing the title and description.
parsed_list <- list(list(tag = "title", val = "Sample Title"),
list(tag = "description", val = "This is a sample description."))
get_roxygen_description(parsed_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.