Skip to contents

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.

Examples

if (FALSE) { # \dontrun{
id <- "A008406"
xml <- OEIS_xml(id)
df <- OEIS_df(xml)
df
} # }