OEIS_bfile_url: Get sequence data url in 'bfile' format.

View source: R/OEIS_bfile_url.R

OEIS_bfile_urlR Documentation

Get sequence data url in bfile format.

Description

A bfile is a text formatted file that provides many more terms of a sequence than the typical fifty to eighty terms that can be shown in the main sequence entry.

Usage

OEIS_bfile_url(ID, URL)

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.

URL

A logical that selects if the output is the complete url, or just the bfile file name.

Value

A string with the sequence bfile url, or the bfile file name

See Also

* OEIS_url

* OEIS_check

Examples

id <- "A000056"
OEIS_bfile_url(id, URL = FALSE)
OEIS_bfile_url(id, URL = TRUE)

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