nes_get: nes_get

View source: R/get.R

nes_getR Documentation

nes_get

Description

nes_get

Usage

nes_get(nes_file, nes_page)

Arguments

nes_file

file.path to NES pdf

nes_page

numeric page number

Examples

## Not run: 
nes_file <- system.file("extdata/national-eutrophication-survey_477.PDF",
                     package = "nesR")
nes_page <- 12
nes_get(nes_file, nes_page)

## End(Not run)

jsta/nesR documentation built on Oct. 16, 2023, 12:25 a.m.