Adrian Dușa
Adrian Dușa
Besides the regular attributes (such as variable labels, values labels, variable format etc.) a variable can have different other attributes. R has attributes SPSS has attributes Stata has characteristics SAS...
SPSS, Stata and SAS all have different ways of dealing with missing values. The ReadStat library is awesome, but still leaves this uncovered. For instance, an SPSS variable can have...
The Vignette syntax highlighting does not seem to follow the general structure of the html classes. Something like `aa xfun::session_info('rmarkdown') R version 4.2.0 RC (2022-04-15 r82193) Platform: x86_64-apple-darwin17.0 (64-bit) Running...
Hi, I am trying to connect to the R socket server from a Javascript client, but it throws an error: WebSocket connection to 'ws://127.0.0.1:6011/' failed: Error during WebSocket handshake: Invalid...
There is useful metadata stored in the attributes of a variable, and it would be nice to have that saved in the database along with the other metadata. Specifically, I...
Hi all, This is an issue following this DuckDB [discussion](https://github.com/duckdb/duckdb/discussions/10397#discussioncomment-8393044), and it might also be related to Issue: https://github.com/duckdb/duckdb-node/issues/39 What happens is, after successfully closing a connection the first time,...
Hi, I followed the instructions from the [r-wasm 0.2.0](https://r-wasm.github.io/rwasm/articles/mount-fs-image.html) website. I used a Docker image to build the Wasm R packages, closely following the instructions. I managed to build several...