diff options
Diffstat (limited to 'man/pai.Rd')
| -rw-r--r-- | man/pai.Rd | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,8 @@ the complete result of querying the BCPC compendium using \link[webchem:bcpc_query]{bcpc_query}. } \examples{ +# Don't run examples per default, as PubChem may be unavailable +\dontrun{ atr <- pai$new("atrazine") print(atr) if (!is.null(atr$Picture)) { @@ -23,6 +25,7 @@ if (!is.null(atr$Picture)) { decanol <- pai$new("1-Decanol") print(decanol) } +} \section{Super class}{ \code{\link[chents:chent]{chents::chent}} -> \code{pai} } |
