OEIS_url: Get sequence url in the OEIS server

View source: R/OEIS_url.R

OEIS_urlR Documentation

Get sequence url in the OEIS server

Description

Get sequence url in the OEIS server

Usage

OEIS_url(ID, text)

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.

text

A logical if TRUE the function returns the internal format url, if FALSE it returns full sequence url.

Value

A string with the full sequence url, or the internal format url. OEIS_check

References

Internal Format Used In

See Also

* OEIS_web_url

Examples

OEIS_url("A000055")
OEIS_url("A000055", text = TRUE)


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