Learn R Programming

k5 (version 0.2.1)

read_delim_clip: Read a table from the clipboard

Description

Use readr::read_delim() on a string copied to the clipboard. Defaults to tab separator like given when copying cells from spreadsheets.

Usage

read_delim_clip(delim = "\t", ...)

Value

A data frame read from the clipboard.

Arguments

delim

Single character used to separate fields within a record.

...

Additional arguments passed to readr::read_delim().