data_list class object into a data.frame class objectHorizontally joins data frames within a data list into a single data frame,
using the uid attribute as the joining key.
# S3 method for data_list
as.data.frame(x, row.names = NULL, optional = FALSE, ...)dl_df A data.frame class object with all the features and
observations of dl.
A data_list class object.
Additional parameter passed to as.data.frame().
Additional parameter passed to as.data.frame().
Additional parameter passed to as.data.frame().