OEIS_date: OEIS sequence creation date from 'data.frame'

View source: R/OEIS_date.R

OEIS_dateR Documentation

OEIS sequence creation date from data.frame

Description

Sequence creation date.

Usage

OEIS_date(x)

Arguments

x

Can be one of the following:

  • A character string with sequence ID.

  • A OEIS_internal S3 class object, with sequence internal format.

  • A S3 classes object OEIS_xml and xml_document, with sequence content from OEIS web.

  • An object of OEIS_sequence class, that contains all sequence related data.

Value

A Date object with the OEIS sequence creation date, or NA if no date is found.

Examples

id <- "A221863"
OEIS_date(id)


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