get_r4_obj_slots {ready4} | R Documentation |
Get ready4 module object slots
Description
get_r4_obj_slots() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get ready4 module object slots. The function returns Slots (a character vector).
Usage
get_r4_obj_slots(fn_name_1L_chr, package_1L_chr = "")
Arguments
fn_name_1L_chr |
Function name (a character vector of length one) |
package_1L_chr |
Package (a character vector of length one), Default: ” |
Value
Slots (a character vector)
[Package ready4 version 0.1.9 Index]