get_function_data: Retrieve Function data to a list

View source: R/summarise_function_with_LLM.R

get_function_dataR Documentation

Retrieve Function data to a list

Description

This function retrieves data about the arguments and body of a specified function.

Usage

get_function_data(foo_name, envir = environment())

Arguments

foo_name

The name of the function to retrieve data from.

envir

The environment in which to look for the function.

Value

A list with elements for 'arguments' and 'body' of the specified function.


assertHE documentation built on June 8, 2025, 10:08 a.m.