powered by
rcdf
Converts an existing list or compatible object into an object of class rcdf.
as_rcdf(data)
The input object with class set to rcdf.
A list or object to be converted to class rcdf.
my_list <- list(a = 1, b = 2) rcdf_obj <- as_rcdf(my_list) class(rcdf_obj)
Run the code above in your browser using DataLab