View source: R/summarise_function_with_LLM.R
get_function_data | R Documentation |
This function retrieves data about the arguments and body of a specified function.
get_function_data(foo_name, envir = environment())
foo_name |
The name of the function to retrieve data from. |
envir |
The environment in which to look for the function. |
A list with elements for 'arguments' and 'body' of the specified function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.