extract_mazu_by_rgn: Extract global data stored on Mazu for a specified region

Description Usage Arguments Examples

View source: R/extract_mazu_by_rgn.R

Description

This requires access to the NCEAS MAZU server

Usage

1
extract_mazu_by_rgn(mazu_filename, rgn_name, save_local_dir)

Arguments

mazu_filename

filepath from MAZU's git-annex

rgn_name

region name from OHI Global Assessment

save_local_dir

local filepath to save extracted data

Examples

1
2
3
4
ohicore::extract_mazu_by_rgn(
   mazu_filename = "globalprep/fis/v2017/int/stock_catch_by_rgn.csv",
   rgn_name = "Kenya",
   save_local_dir = "~/github/ken/global_explore/data")

OHI-Science/ohirepos documentation built on Oct. 7, 2021, 7 p.m.