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", "posts", "books", "IFAR", "AIFFD", "packages", "data"),
open = TRUE
)
Author
Derek H. Ogle, DerekOgle51@gmail.com
Examples
if (FALSE) { # \dontrun{
## Opens an external webpage ... only run interactively
fishR() # home page
fishR("posts") # blog posts (some examples) page
fishR("books") # examples page
fishR("IFAR") # Introduction to Fisheries Analysis with R page
fishR("AIFFD") # Analysis & Interpretation of Freshw. Fisher. Data page
fishR("packages") # list of r-related fishereis packages
fishR("data") # list of fisheries data sets
} # }