read_delim_clip: Read a table from the clipboard

View source: R/read.R

read_delim_clipR Documentation

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", ...)

Arguments

delim

Single character used to separate fields within a record.

...

Additional arguments passed to readr::read_delim().

Value

A data frame read from the clipboard.


k5 documentation built on May 29, 2024, 7:48 a.m.