Learn R Programming

nprcgenekeepr (version 1.0.5)

dataframe2string: dataframe2string converts a data.frame object to a character vector

Description

Adapted from print.data.frame

Usage

dataframe2string(object, ..., digits = NULL, row.names = TRUE)

Arguments

object

dataframe

...

optional arguments to print or plot methods.

digits

the minimum number of significant digits to be used: see print.default.

row.names

logical (or character vector), indicating whether (or what) row names should be printed.

Value

A character vector representation of the data.frame provided to the function.

Examples

Run this code
# NOT RUN {
library(nprcgenekeepr)
dataframe2string(nprcgenekeepr::pedOne)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab