inst/doc/simple_samples.R

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

## -----------------------------------------------------------------------------

library("r2dictionary")


## ----eval=FALSE---------------------------------------------------------------
#  
#  define("pharmacokinetics")
#  #or
#  definition("pharmacokinetics")
#  #or
#  meaning("pharmacokinetics")
#  

## ----eval=FALSE---------------------------------------------------------------
#  
#  defineSelected()
#  #or
#  defineSel()
#  

Try the r2dictionary package in your browser

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

r2dictionary documentation built on July 26, 2023, 5:34 p.m.