Convert RandomDataBase Subjects to Data Frame
Source:R/class_random_data_base.R
as.data.frame.RandomDataBase.RdConverts the list of RandomSubject objects stored in a RandomDataBase instance into a data frame by applying as.data.frame to each subject and binding the results by row.
Usage
# S3 method for class 'RandomDataBase'
as.data.frame(x, ...)