posit-dev / r-shinylive

https://posit-dev.github.io/r-shinylive/
Other
147 stars 15 forks source link

Add support for encoding/decoding shinylive URLs #71

Open wch opened 3 months ago

wch commented 3 months ago

This is still a work in progress. The goal is to address #70.

So far I have wrapped a C++ implementation of lzstring from here: https://github.com/andykras/lz-string-cpp, adding the R functions compressToEncodedURIComponent() and decompressToEncodedURIComponent().