write_delim_clip: Write a table from the clipboard

View source: R/read.R

write_delim_clipR Documentation

Write a table from the clipboard

Description

Use readr::format_delim() on a data frame to copy a string to the clipboard. Defaults to tab separator like given when copying cells from spreadsheets.

Usage

write_delim_clip(x, delim = "\t", ...)

Arguments

x

A data frame to write to clipboard.

delim

Single character used to separate fields within a record.

...

Additional arguments passed to readr::format_delim().

Value

Invisibly, the input data frame.


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