aboutsummaryrefslogtreecommitdiff
path: root/inst/examples/caffeine.R
blob: f5711f3c58a6534096185049e8c827d4906fe2c9 (plain) (blame)
1
2
3
4
5
caffeine <- chent$new("caffeine")
print(caffeine)
if (requireNamespace("grConvert")) {
  plot(caffeine)
}

Contact - Imprint