batch_extract: Extract a list of items from many GDX

View source: R/gdxtools.R

batch_extractR Documentation

Extract a list of items from many GDX

Description

Extract a list of items from many GDX

Usage

batch_extract(items, files = NULL, gdxs = NULL, ...)

Arguments

items

vector or list of items to extract

files

list of files, if not defined gdxs should be defined

gdxs

list of gdxs, if not defined files should be defined

Author(s)

Laurent Drouet

Examples


  ## Not run: 
    myfiles = c("test1.gdx","test2.gdx")
    allparam <- batch_extract("myparam",files=myfiles)
  
## End(Not run)

lolow/gdxtools documentation built on Sept. 23, 2023, 10:37 p.m.