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 /README.md | |
parent | b292c01b2f5132a34a6ed1946e1df54069676988 (diff) |
Improve README and example code
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -51,5 +51,10 @@ Sys.setenv(RETICULATE_PYTHON="/usr/bin/python3") ## Examples Some examples are available from the -[reference on jrwb.de](https://pkgdown.jrwb.de/chents/reference). +[reference on jrwb.de](https://pkgdown.jrwb.de/chents/reference). For example, +in the [example code section of the chent object docs](https://pkgdown.jrwb.de/chents/reference/chent.html#ref-examples) +you can see how to generate an R object for caffeine, show some of the information +retrieved from PubChem and plot it by virtue of RDKit. + + |