clip.read: A function to read data from the clipboard

Description Usage Arguments Examples

View source: R/clip.read.R

Description

This function will copy data from the clipboard

Usage

1
clip.read(type = "auto", header = TRUE)

Arguments

type

The type of the output, defaults to auto

header

If the copied data has a header row for dataFrame, defaults to TRUE

data

The data that should be copied to the clipboard

Examples

1
clip.read(data, type=c("auto","character","dataFrame"), header=TRUE)

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