inst/doc/V_02.R

## ----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%")

Try the ready4 package in your browser

Any scripts or data that you put into this service are public.

ready4 documentation built on Sept. 30, 2024, 9:12 a.m.