Learn R Programming

Rapi (version 1.0.6)

Rapi-build-checks: Dummy examples to check build step

Description

This page checks some examples on build process to avoid missing

Arguments

Examples

Run this code

obj <- get_series(template_test(), debug = TRUE)
x <- print(obj)
if (!inherits(x, "Rapi_GETPREP")) {
  stop()
}

Run the code above in your browser using DataLab