R/examples_for_build_step.R

#' Dummy examples to check build step
#'
#' @description
#' This page checks some examples on build process to avoid missing
#'
#' @name Rapi-build-checks
#' @keywords internal
#'
#'
#' @examples
#'
#' obj <- get_series(template_test(), debug = TRUE)
#' x <- print(obj)
#' if (!inherits(x, "Rapi_GETPREP")) {
#'   stop()
#' }
#'
NULL

Try the Rapi package in your browser

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

Rapi documentation built on May 29, 2024, 2:34 a.m.