View source: R/OEIS_keywords.R
OEIS_keywords | R Documentation |
internal_format
These lines give keywords describing the sequence. The actual keywords, in use, can be found at: Explanation of Terms Used
OEIS_keywords(x)
x |
Can be one of the following:
|
A character vector with the OEIS sequence keywords.
* OEIS_author
* OEIS_sequence
* OEIS_internal_format
* OEIS_xml
id <- "A049323" seq <- OEIS_sequence(id) xml <- OEIS_xml(id) frmt <- OEIS_internal_format(id) OEIS_keywords(id) # Keywords from "OEIS_sequence" class OEIS_keywords(seq) # Keywords from "OEIS_xml" OEIS_keywords(xml) # Keywords from internal format: "OEIS_internal" class OEIS_keywords(frmt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.