Learn R Programming

FSA (version 0.8.11)

fishR: Opens web pages associated with the fishR website.

Description

Opens web pages associated with the fishR website in a browser. The user can open the main page or choose a specific page to open.

Usage

fishR(where = c("home", "IFAR", "general", "books", "AIFFD", "posts", "news"))

Arguments

where
A string that indicates a particular page on the fishR website to open.

Value

None, but a webpage will be opened in the default browswer.

Examples

Run this code
## ONLY RUN IN INTERACTIVE MODE
if (interactive()) {

fishR()            # home page
fishR("IFAR")      # Introduction to Fisheries Analysis with R page
fishR("general")   # exapmles page
fishR("books")     # examples page
fishR("AIFFD")     # Analysis & Interpretation of Freshwater Fisheries Data page
fishR("posts")     # blog posts (some examples) page

} ## END IF INTERACTIVE MODE

Run the code above in your browser using DataLab