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 @@ ...@@ -18,8 +18,10 @@
Convert a single ID to another using CTS. Convert a single ID to another using CTS.
} }
\examples{ \examples{
\dontrun{
k <- getCtsKey("benzene", "Chemical Name", "InChIKey") k <- getCtsKey("benzene", "Chemical Name", "InChIKey")
} }
}
\author{ \author{
Michele Stravs, Eawag <stravsmi@eawag.ch> Michele Stravs, Eawag <stravsmi@eawag.ch>
} }
......
...@@ -27,9 +27,11 @@ ...@@ -27,9 +27,11 @@
scores are all 0, formula and exact mass return zero. scores are all 0, formula and exact mass return zero.
} }
\examples{ \examples{
\dontrun{
data <- getCtsRecord("UHOVQNZJYSORNB-UHFFFAOYSA-N") data <- getCtsRecord("UHOVQNZJYSORNB-UHFFFAOYSA-N")
# show all synonym "types" # show all synonym "types"
types <- unique(unlist(lapply(data$synonyms, function(i) i$type))) types <- unique(unlist(lapply(data$synonyms, function(i) i$type)))
}
\dontrun{print(types)} \dontrun{print(types)}
} }
\author{ \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