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.
Installation
install.packages("blockr.io")Or install the development version from GitHub:
# install.packages("pak")
pak::pak("BristolMyersSquibb/blockr.io")Getting Started
This opens a visual interface in your browser. Add blocks using the “+” button and connect them to build data pipelines.
Available Blocks
Read Block
Load data from multiple sources with automatic format detection:
- From Browser: Upload files via drag-and-drop (persisted across sessions)
- From Server: Browse the file system directly
- From URL: Download data from web URLs
Supports CSV, Excel, Parquet, Feather, JSON, SPSS, Stata, SAS, and more.
Learn More
See vignette("blockr-io-showcase") for screenshots and detailed examples.
The blockr.io website includes full documentation. For the workflow engine, see blockr.core.