dataframe2string: Convert a data frame to a character vector

View source: R/dataframe2string.R

dataframe2stringR Documentation

Convert a data frame to a character vector

Description

Adapted from print.data.frame

Usage

dataframe2string(object, ..., digits = NULL, addRowNames = TRUE)

Arguments

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.

Value

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

Examples

library(nprcgenekeepr)
dataframe2string(nprcgenekeepr::pedOne)

nprcgenekeepr documentation built on July 26, 2026, 5:06 p.m.