powered by
Adapted from print.data.frame
dataframe2string(object, ..., digits = NULL, addRowNames = TRUE)
A character vector representation of the data.frame provided to the function.
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.
library(nprcgenekeepr) dataframe2string(nprcgenekeepr::pedOne)
Run the code above in your browser using DataLab