powered by
Adapted from print.data.frame
dataframe2string(object, ..., digits = NULL, row.names = TRUE)
dataframe
optional arguments to print or plot methods.
the minimum number of significant digits to be used: see print.default.
logical (or character vector), indicating whether (or what) row names should be printed.
A character vector representation of the data.frame provided to the function.
# NOT RUN { library(nprcgenekeepr) dataframe2string(nprcgenekeepr::pedOne) # } # NOT RUN { # }
Run the code above in your browser using DataLab