rio icon indicating copy to clipboard operation
rio copied to clipboard

🐟 A Swiss-Army Knife for Data I/O

Results 47 rio issues
Sort by recently updated
recently updated
newest added

ref #395 #354 ``` r tempfile3 [1] FALSE tempfile3 [1] TRUE ``` Created on 2024-04-25 with [reprex v2.1.0](https://reprex.tidyverse.org)

bug

It is inconvenient to have a variable called `file` all over the code, especially in the case of using the debugger, where the symbol `file` is also [a base function...

maintainability

This is an attempt to address #406 by adding a new parameter `trust` set to `TRUE` by default with a deprecation warning that this will flip to `FALSE` in `2.0.0`.

``` ---> Testing R-rio Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-rio/R-rio/work/rio" && /opt/local/bin/R CMD check ./rio_1.1.0.tar.gz --no-manual --no-build-vignettes * using log directory β€˜/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-rio/R-rio/work/rio/rio.Rcheck’ * using R version 4.4.0 (2024-04-24) * using platform: powerpc-apple-darwin10.0.0d2 (32-bit)...

# MWE # rio export fails for duration variable with label attribute, haven-export works library("lubridate") library("rio") library("haven") #creating a variable of class period duration

https://cran.r-project.org/web/packages/arrow/index.html