blockr.io provides file I/O blocks for reading and writing data in various formats. Load CSV, Excel, Parquet, and more through visual interfaces - no code required.
install.packages("blockr.io")
Or install the development version from GitHub:
# install.packages("pak")
pak::pak("BristolMyersSquibb/blockr.io")
library(blockr.io)
serve(new_board())
This opens a visual interface in your browser. Add blocks using the "+" button and connect them to build data pipelines.
Load data from multiple sources with automatic format detection:
Supports CSV, Excel, Parquet, Feather, JSON, SPSS, Stata, SAS, and more.
Export data to various formats with two output modes:
Supports CSV, Excel, Parquet, and Feather. Multiple inputs become Excel sheets or ZIP archives.
See vignette("blockr-io-showcase") for screenshots and detailed examples.
The blockr.io website includes full documentation. For the workflow engine, see blockr.core.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.