rfishbase (version 3.1.5)

available_releases: List available releases

Description

List available releases

Usage

available_releases()

Arguments

Details

Lists all available releases (year.month format). To use a specific release, set the desired release using `options(FISHBASE_VERSION=)`, as shown in the examples. Otherwise, rfishbase will use the latest available version if this option is unset. NOTE: it will be necessary to clear the cache with `clear_cache()` or by restarting the R session with a fresh environment.

Examples

Run this code
# NOT RUN {
available_releases()
options(FISHBASE_VERSION="19.04")
## unset
options(FISHBASE_VERSION=NULL)
# }

Run the code above in your browser using DataLab