You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x_construct currently works with either the clipboard, or an existing data.frame- or tibble-classed object. Should support for the character-representation of this data be included? e.g.
x<-" Location Min MaxRain. Adelaide – 15Rain. Elizabeth – 15Rain. Glenelg – 15Rain. Noarlunga – 14Rain. Mount Barker – 13"
This works in the pathway of
clipr::write_clip(content = x)
tribble_paste()
and that could be wrapped if the input_table is of class "character", or some more effort could go towards parsing the text internally and avoiding the clipboard altogether. As a bonus, this would help with unit testing and places where the clipboard is unavailable.
I can't find where it is, but I thought there was an RStudio Server workaround where the text was entered locally - it could help with that also.
The text was updated successfully, but these errors were encountered:
x_construct
currently works with either the clipboard, or an existingdata.frame
- ortibble
-classed object. Should support for the character-representation of this data be included? e.g.This works in the pathway of
and that could be wrapped if the
input_table
is of class"character"
, or some more effort could go towards parsing the text internally and avoiding the clipboard altogether. As a bonus, this would help with unit testing and places where the clipboard is unavailable.I can't find where it is, but I thought there was an RStudio Server workaround where the text was entered locally - it could help with that also.
The text was updated successfully, but these errors were encountered: