View source: R/dataframe2string.R
dataframe2string | R Documentation |
Adapted from print.data.frame
dataframe2string(object, ..., digits = NULL, addRowNames = TRUE)
object |
dataframe |
... |
optional arguments to print or plot methods. |
digits |
the minimum number of significant digits to be used: see print.default. |
addRowNames |
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.
library(nprcgenekeepr)
dataframe2string(nprcgenekeepr::pedOne)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.