Skip to content

BristolMyersSquibb/blockr.generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockr.generate

⚠️ This is a very basic draft for proof of concept.

Generate blockr code

Installation

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

# install.packages("remotes")
remotes::install_github("blockr-org/blockr.generate")

Example

library(blockr.generate)

generate_blocks(
    package = "ggstatsplot",
    default_input = "data.frame",
    default_output = "plot",
    default_type = "plot",
    all_functions = define(
        data = define(ignore = TRUE) # all functions will ignore the data argument (no field)
    )
)

Releases

No releases published

Packages

No packages published

Languages