datapasta icon indicating copy to clipboard operation
datapasta copied to clipboard

On top of spaghetti, all covered in cheese....

Results 31 datapasta issues
Sort by recently updated
recently updated
newest added

I work a lot with European-local CSVs (using `,` as a decimal separator and `;` as the delimiter) and TSVs (again using `,` as a decimal separator). Would it be...

Hi Miles, First, I am big fan of your work an this package! I've recently stumbled into a case where I was doing some spatial data processes and realized I...

Minimal breaking example: ``` c(Name,Location,Part of) ```

bug

Attempting to paste using the datapasta package addin will not paste to popped-out editor windows. If the popped out window is in focus, the contents get pasted into one of...

RStudio issue

`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. ```r x

Only just come across this great addin. Will be really useful! However, I need to add that this is quite an important issue. Many official reports, especially those with budgets...

wontfix

Closes #61. Simple fix to `guess_sep` to allow space to be used as a separator. Tested with the example provided. ```r to RealAge 513 59.608 513 84.18 0 85.23 119...

The example given in the intro: ``` iris %>% head() %>% dmdclip() ``` results in this: ``` data.frame( Sepal.Length = c(5.1, 4.9, 4.7, 4.6, 5, 5.4), Sepal.Width = c(3.5, 3,...

Hi This is cool. However, at work we use RStudio Server. When I try pasting with RStudio Server I just get the following: `Clipboard is not available. Is xsel or...

question
wontfix

Closes #39. Added as a branch of the `dt_paste` PR because I wasn't sure how it would interact (diff will reduce significantly once that PR is merged). Extracts (all) factor...