to_clipboard: Copy dataframe to clipboard

Description Usage Arguments Examples

View source: R/beama_utils.R

Description

Copy dataframe to clipboard

Usage

1
to_clipboard( x, row.names=FALSE, col.names=TRUE)

Arguments

x

dataframe

row.names

TRUE if row names are to be included in the dataframe

col.names

TRUE if column names are to be included in the dataframe

Examples

1
2
df <- data.frame{x=1:10, y=21:30}
to_clipboard(df)

eamoakohene/beamaUtils documentation built on Oct. 30, 2021, 11:22 p.m.