extract_nes_page: extract_nes_page

View source: R/extract_page.R

extract_nes_pageR Documentation

extract_nes_page

Description

extract_nes_page

Usage

extract_nes_page(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 <- 11
tif_clean <- extract_nes_page(nes_file, nes_page)

## End(Not run)

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