OEIS_xml: Retrieves content from OEIS web as an 'XML' document

View source: R/OEIS_xml.R

OEIS_xmlR Documentation

Retrieves content from OEIS web as an 'XML' document

Description

The 'XML' document contains all the information from the OEIS web related to the sequence.

Usage

OEIS_xml(ID)

Arguments

ID

A string with the OEIS sequence identifier ID number. The A-number or sequence ID is the absolute catalog number of the sequence. It consists of "A" followed by 6 digits.

Value

An OEIS_xml S3 class and xml_document from OEIS web with the sequence content.

See Also

* OEIS_url

* OEIS_check

Examples


 id <- "A000156"
 test_seq_xml <- OEIS_xml(id)
 class(test_seq_xml)


EnriquePH/OEIS.R documentation built on March 15, 2023, 8:01 a.m.