Skip to content
Snippets Groups Projects
Commit 225c994e authored by ermueller's avatar ermueller
Browse files

Disabled CTS-accessing-function examples until further note

parent fa8129eb
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,10 @@
Convert a single ID to another using CTS.
}
\examples{
\dontrun{
k <- getCtsKey("benzene", "Chemical Name", "InChIKey")
}
}
\author{
Michele Stravs, Eawag <stravsmi@eawag.ch>
}
......
......@@ -27,9 +27,11 @@
scores are all 0, formula and exact mass return zero.
}
\examples{
\dontrun{
data <- getCtsRecord("UHOVQNZJYSORNB-UHFFFAOYSA-N")
# show all synonym "types"
types <- unique(unlist(lapply(data$synonyms, function(i) i$type)))
}
\dontrun{print(types)}
}
\author{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment