aboutsummaryrefslogtreecommitdiff
path: root/inst/examples/caffeine.R
blob: e8868786e05627f7e69cb9377944fb051da6ac04 (plain) (blame)
1
2
3
4
5
caffeine <- chent$new("caffeine")
print(caffeine)
if (!is.null(caffeine$Picture)) {
  plot(caffeine)
}

Contact - Imprint