orbis.filter: Filter tables of Orbis bulk data

Description Usage Arguments Value Examples

Description

Similar to dplyr::filter but for tables of Orbis bulk data saved in multiple .rds files

Usage

1
2
orbis.filter(orbis.data.path, ..., files.pattern = NULL,
  cols = character(0), progress.bar = TRUE)

Arguments

orbis.data.path

A path to directory with .rds files containing Orbis specific table from Orbis Bulk Data.

...

A filtering conditions to fetch certain rows. (See dplyr::filter)

cols

Which column to select. Default is all columns.

progress.bar

Whether to show progress bar (with pbapply package). Default is TRUE

file.pattern

A pattern for getting a file or a set of files (data batches)

Value

A data.table with a subset of a table from Orbis Bulk Data.

Examples

1
none yet...

stasvlasov/orbisr documentation built on May 20, 2019, 1 a.m.