Generate blockr code
You can install the development version of blockr.generate from GitHub with:
# install.packages("remotes")
remotes::install_github("blockr-org/blockr.generate")
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)
)
)