fishRmap: Call visualization function

Description Usage Arguments Value Examples

View source: R/fishRmap.R

Description

Call visualization function

Usage

1
2
3
fishRmap(userdata, import = "Import", export = "Export",
  species = "Species", value = "value", year = "Year", iso = "numeric",
  importOnly = FALSE, exportOnly = FALSE)

Arguments

userdata

A string path to the file containing fishery data

import

Character string name of column with three-character or -digit ISO code of country importing fish

export

Character string name of column with three-character or -digit ISO code of country exporting fish

species

Character string name of column with fish species names

value

Character string name of column with value of trade

year

Character string name of column with year

iso

Type of ISO country identifier used in "import" and "export" columns - either "character" or "numeric"

Value

TBD

Examples

1
someExample <- 'goes here' 

jagephart/fishrmap documentation built on June 19, 2020, 12:15 a.m.