list_to_df-deprecated
From kimisc v0.4
by Kirill Müller
Converts a list to a name-value data frame
This function coerces its input to a list and returns a data frame with as many rows as there are list items in the input, and two columns (one for the names, one for the values). If the list is not named, the natural sequence will be used as item names.
Usage
list_to_df(list_for_df)
Arguments
- list_for_df
The object to be converted to a data frame
See Also
Other deprecated functions: coalesce.na-deprecated
,
df_to_list-deprecated
,
hms.to.seconds-deprecated
,
kimisc-deprecated
,
nc-deprecated
,
nlist-deprecated
,
ofactor-deprecated
,
sample.rows-deprecated
,
seconds.to.hms-deprecated
,
thisfile-deprecated
,
tll-deprecated
,
vswitch-deprecated
Community examples
Looks like there are no examples yet.