read_from_clipboard: Read clipboard data into R

Description Usage Arguments Value Examples

Description

A function to easily copy data into R from a spreadsheet. This should not be used within a reproducible work flow, instead it should only be used on an ad-hoc basis (note: I'm not aware of the original author of this function, it was taken directly from a stack overflow answer)

Usage

1

Arguments

header

a logical indicating if a header has been copied

...

other read.table options

Value

a data.frame consisting of data copied to clipboard

Examples

1
2
3
4
5
# first copy data to clipboard (i.e. highlight data in spreadsheet and press ctrl + c)

# apply function to read data from clipboard into R

data = read_from_clipboard()

DanielGardiner/PHEQuickMap documentation built on May 31, 2019, 9:59 a.m.