inst/doc/get-started.R

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

## ----setup--------------------------------------------------------------------
library(evanverse)

## ----install, eval = FALSE----------------------------------------------------
# # Recommended installation via GitHub
# install.packages("devtools")
# devtools::install_github("evanbio/evanverse")

## -----------------------------------------------------------------------------
"Good" %p% "morning"
#> [1] "Good morning"

## -----------------------------------------------------------------------------
combine_logic(c(TRUE, FALSE), c(TRUE, TRUE))
#> [1] TRUE FALSE

Try the evanverse package in your browser

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

evanverse documentation built on March 10, 2026, 5:07 p.m.