clip.write: A function to copy data to the clipboard

Description Usage Arguments Examples

View source: R/clip.write.R

Description

This function will copy data to the clipboard and strucutre it in a way that works for Excel

Usage

1
clip.write(data, sep = NULL, row.names = FALSE, col.names = TRUE)

Arguments

data

The data that should be copied to the clipboard

sep

The separator which should be used in the copied output, defaults to NULL

row.names

Decides if the output should keep row names or not, defaults to FALSE

col.names

Decides if the output should keep column names or not, defaults to TRUE

Examples

1
clip.write(data, sep=NULL, row.names=FALSE, col.names=TRUE)

lynuhs/LynuhsR documentation built on Oct. 15, 2020, 7:23 a.m.