export icon indicating copy to clipboard operation
export copied to clipboard

R package for streamlined export of graphs and data tables.

Results 10 export issues
Sort by recently updated
recently updated
newest added

Whatever I try, I am getting this error `table2ppt(x=x,file=filen, digits = 1, digitspvals = 3)` > Error in colformat_int(x = tab, col_keys = col.df) : > unused argument (col_keys =...

Hi! I'm trying to export an splm regression, because I saw [here](https://rdrr.io/cran/export/man/table2spreadsheet.html) that is possible. But I have an error: _Error in table2spreadsheet(..., type = "XLS") : splm is currently...

enhancement

Hi, thanks for the package - been using it for a while now. I recently started using [{showtext}](https://cran.rstudio.com/web/packages/showtext/vignettes/introduction.html) to make use of extra fonts in my ggplots. However, I noticed...

bug

Hello, using graph2ppt() the greek letters and symbols are converted to squares (this issue has already been raised [here](https://stackoverflow.com/questions/9555889/producing-a-vector-graphics-image-i-e-metafile-in-r-suitable-for-printing-in) by scs some years ago). For instance, the code ```{r} par(mar...

bug

Not entirely unexpected; having the PPT open and appending a slide to it crashes R. Would there be a way to have the package check for open powerpoint windows before...

After upgrading to R version 4.2.0, as long as the R package export is loaded, it will cause r to generate fatal errors

Hi, TOM. Package 'export' was removed from cran. I wonder if you can upload it again. Thanks. Lin.

Hi, When I use graph2ppt on ubuntu system platform. It report the error: ``` Error in doc_parse_raw(x, encoding = encoding, base_url = base_url, as_html = as_html, : StartTag: invalid element...

Dear developer, Many thanks for the great tool! Very handy. I'll be grateful for your assistance with the issue below. I updated my rstudio to the latest version and R...

bug

Right now the export functions work on systems in non-interactive mode, provided that they have access to a graphics device (and ggplot2 plots can also be passed as an object)....

enhancement