readClipboard: Read a table from the clipboard into R

Description Usage Arguments Examples

Description

Uses pbpaste so to read values from clipboard. Won't work in windows

Usage

1
readClipboard(header = F, sep = "\t", csvName = NULL)

Arguments

header

does your table have headers? Defaults to F

sep

how are the values separated? Defaults to tab

csvName

if given a csv will be written to this path

Examples

1

BillyEhrenberg/FTutilityfuncs documentation built on March 5, 2020, 12:42 a.m.