Description Usage Arguments Value Examples
Convert a character vector containing strings of the format c("foobar=3 foo=45 bar=100") to a numeric data.frame
1 | .getNumFromSpectrumId(spectrumId)
|
spectrumId |
the spectrumId character vector |
a data.frame with column names
1 2 3 4 5 6 | ## Not run:
vec <- c("name1=10 name2=2 name3=333")
nums <- .getNumFromSpectrumId(spectrumId = vec)
nums
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.