Skip to content

Mention clipboard() in read_delim() file param docs#1618

Closed
chrislongros wants to merge 1 commit intotidyverse:mainfrom
chrislongros:doc-clipboard-file-param
Closed

Mention clipboard() in read_delim() file param docs#1618
chrislongros wants to merge 1 commit intotidyverse:mainfrom
chrislongros:doc-clipboard-file-param

Conversation

@chrislongros
Copy link

Closes #1614.

read_delim() inherits its file param docs from vroom::vroom(), which doesn't mention clipboard(). Other read functions (read_table(), read_fwf(), etc.) inherit from datasource() and already document it. This adds an explicit @param file to read_delim() that includes the clipboard() mention.

@jennybc
Copy link
Member

jennybc commented Feb 23, 2026

Thanks but I'm deliberately inheriting docs from vroom and will soon bring vroom code into readr. That's going to precipitate alot of docs work and I'll deal with #1614 then.

@jennybc jennybc closed this Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

clipboard() is not mentioned as possible value for, e.g., read_csv(file =)

2 participants