Skip to contents

Horizontally joins data frames within a data list into a single data frame, using the uid attribute as the joining key.

Usage

# S3 method for class 'data_list'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

A data_list class object.

row.names

Additional parameter passed to as.data.frame().

optional

Additional parameter passed to as.data.frame().

...

Additional parameter passed to as.data.frame().

Value

dl_df A data.frame class object with all the features and observations of dl.