reactablefmtr icon indicating copy to clipboard operation
reactablefmtr copied to clipboard

save_reactable() / save_reactable_test()

Open johnmackintosh opened this issue 2 years ago • 4 comments

Hi Thanks @kcuilla for this fantastic package!

Just browsing the new version and saw the ability to save the tables with save_reactable. In most places, the documentation refers to save_reactable, but when I went to call the function, it is currently named save_reactable_test()

johnmackintosh avatar Apr 01 '22 13:04 johnmackintosh

Hi John, great catch! This was a careless naming error on my part that somehow didn't get caught during the package checks.

I just changed it back to save_reactable() in the dev version. Both save_reactable() and save_reactable_test() are exactly the same, just different names, so you can either download the dev version and use save_reactable() or continue using the CRAN version with save_reactable_test() (not recommended if you are putting it into a reproducible script or into production).

Thanks again for bringing this to my attention, I will need to release a new version to CRAN soon that fixes this issue.

kcuilla avatar Apr 01 '22 14:04 kcuilla

I also got confused by the missing save_reactable().

asadow avatar Apr 19 '23 15:04 asadow

Hi,

I'm have issues with save_reactable_test(). Under R4.3.1 it errors out with:

Warning: Error in &&: 'length = 8' in coercion to 'logical(1)'

dcomputing avatar Jul 30 '23 19:07 dcomputing

Hi,

I'm have issues with save_reactable_test(). Under R4.3.1 it errors out with:

Warning: Error in &&: 'length = 8' in coercion to 'logical(1)'

For this you will want to create a reprex and open a new issue if necessary.

asadow avatar Jul 31 '23 21:07 asadow