inst/doc/getting-started.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----eval=FALSE---------------------------------------------------------------
# # If you don't have remotes, install it first:
# # install.packages("remotes")
# remotes::install_github("XIAOJIE0519/E2E")

## ----setup--------------------------------------------------------------------
library(E2E)

## -----------------------------------------------------------------------------
head(train_dia)

## -----------------------------------------------------------------------------
head(train_pro)

Try the E2E package in your browser

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

E2E documentation built on Aug. 27, 2025, 1:09 a.m.