Skip to content

cynkra/blockr.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockr.io

Upload and download multiple file formats such as Excel, csv, xpt, etc. to and from a blockr data pipeline.

Installation

You can install the development version of blockr.io from GitHub with:

# install.packages("devtools")
devtools::install_github("cynkra/blockr.io")

Example

Several example Excel files are available from [readxl::readxl_example()] as

readxl::readxl_example("clippy.xlsx")

Such a file can then be round-tripped as

library(blockr.core)
library(blockr.io)

serve(
  new_board(
    blocks = blocks(
      a = new_readxlsx_block(),
      b = new_writexlsx_block()
    ),
    links = links(ab = new_link("a", "b"))
  )
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages