Learn R Programming

prism (version 0.1.0)

process_zip: Process pre 1980 files

Description

Files that come prior to 1980 come in one huge zip. This will cause them to mimic all post 1980 downloads

Usage

process_zip(pfile, name)

Arguments

pfile

the name of the file, should include "all", that is unzipped

name

a vector of names of files that you want to save.

Details

This should match all other files post 1980

Examples

Run this code
# NOT RUN {
process_zip('PRISM_tmean_stable_4kmM2_1980_all_bil','PRISM_tmean_stable_4kmM2_198001_bil')
process_zip('PRISM_tmean_stable_4kmM2_1980_all_bil',
c('PRISM_tmean_stable_4kmM2_198001_bil','PRISM_tmean_stable_4kmM2_198002_bil'))
# }

Run the code above in your browser using DataLab