OEIS_download_bfile: Download bfile from the OEIS

View source: R/OEIS_download_bfile.R

OEIS_download_bfileR Documentation

Download bfile from the OEIS

Description

This function can be used to download a bfile from https://oeis.org/.

Usage

OEIS_download_bfile(ID, destpath, ...)

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.

destpath

A character string with the name where the downloaded bfile is saved

...

Additional parameters (see download.file)

Value

An (invisible) integer code, 0 for success and non-zero for failure.

See Also

* OEIS_bfile_url

* OEIS_bfile

Examples

## Not run: 
OEIS_download_bfile("A102030", "tests", quiet = TRUE)

## End(Not run)

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