diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-11-28 16:56:12 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-11-28 16:56:12 +0100 |
commit | 09fbf31ef6f352e76abac2a7e76838ef331edeb9 (patch) | |
tree | c629ce6f307e633ab0f3c9942ca37f42f658fef9 /R | |
parent | b292c01b2f5132a34a6ed1946e1df54069676988 (diff) |
Improve README and example code
Diffstat (limited to 'R')
-rw-r--r-- | R/chent.R | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -40,14 +40,13 @@ #' @param file The file to write to #' @param dir The directory to write the file to #' @examples -#' oct <- chent$new("1-octanol", smiles = "CCCCCCCCO", pubchem = FALSE) -#' print(oct) -#' #' caffeine <- chent$new("caffeine") #' print(caffeine) #' if (!is.null(caffeine$Picture)) { #' plot(caffeine) #' } +#' oct <- chent$new("1-octanol", smiles = "CCCCCCCCO", pubchem = FALSE) +#' print(oct) chent <- R6Class("chent", public = list( #' @field identifier (`character(1)`)\cr |