register_render | R Documentation |
NOTE: You should put a GitHub API token in the environment variable 'GITHUB_PAT' to fix rate limits. Acquire one at see https://github.com/settings/tokens.
register_render(
register = read.csv("register.csv", as.is = TRUE),
filter_by = c("venues", "codecheckers"),
outputs = c("html", "md", "json"),
config = c(system.file("extdata", "config.R", package = "codecheck"))
)
register |
A ‘data.frame' with all required information for the register’s view |
outputs |
The output formats to create |
config |
A list of configuration files to be sourced at the beginning of the rending process |
- '.html' - '.md“
A 'data.frame' of the register enriched with information from the configuration files of respective CODECHECKs from the online repositories
Daniel Nüst
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.