Description Usage Arguments Value Examples
Convert character vector of opsums to cgOpsum class
1 | cgOpsum(x)
|
x |
A character vector. |
A list of class cgOpsum
1 2 3 | file <- system.file("extdata", "07JAN15_OPSUM.txt", package = "opsumToolbox")
x <- readtext::readtext(file)
opsum <- cgOpsum(x$text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.