summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to 'R')
-rw-r--r--R/chent.R5
1 files changed, 2 insertions, 3 deletions
diff --git a/R/chent.R b/R/chent.R
index e3aa3ee..7b3ba3f 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -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

Contact - Imprint