OEIS_df: Get OEIS sequence information lines from XML document data

View source: R/OEIS_df.R

OEIS_dfR Documentation

Get OEIS sequence information lines from XML document data

Description

This lines are useful to get all the sequence format data.

Usage

OEIS_df(seq_xml)

Arguments

seq_xml

A class OEIS_xml document extracted from an OEIS sequence.

Value

A data.frame with the sequence information lines.

References

https://oeis.org/eishelp2.html#RSExplanation of Terms Used in Reply From

See Also

* OEIS_xml

* OEIS_sequence

Examples


id <- "A008406"
xml <- OEIS_xml(id)
df <- OEIS_df(xml)
df


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