Nothing
## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(echo = TRUE, warning = FALSE)
## ----results='hide', message=FALSE, warning=F---------------------------------
library(ready4)
## ----echo=FALSE, eval=FALSE---------------------------------------------------
# # Not run
# # x <- make_methods_tb(gh_repo_1L_chr = "ready4-dev/ready4")
## -----------------------------------------------------------------------------
x <- get_methods_tb(gh_repo_1L_chr = "ready4-dev/ready4")
## -----------------------------------------------------------------------------
print_methods(x,
return_1L_chr = "core",
scroll_width_1L_chr = "100%")
## -----------------------------------------------------------------------------
print_methods(x,
return_1L_chr = "slot",
scroll_width_1L_chr = "100%")
## -----------------------------------------------------------------------------
print_methods(x,
exclude_mthds_for_chr = "Ready4Module",
return_1L_chr = "extended",
scroll_width_1L_chr = "100%")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.