Skip to contents

ratify.vicinity_processed() is a ratify method that ratifies that an instance of a class conforms to specified criteria. This method is implemented for the ready4 submodule class for tibble object lookup table of meta-data for spatial data packs (imported and pre-processed data). The function returns Ratified (a logical vector of length one).

Usage

ratify.vicinity_processed(
  x,
  data_items_chr = character(0),
  key_var_1L_chr = character(0),
  what_1L_chr = "population"
)

# S4 method for vicinity_processed
ratify(
  x,
  data_items_chr = character(0),
  key_var_1L_chr = character(0),
  what_1L_chr = "population"
)

Arguments

x

An instance of vicinity_processed, a ready4 submodule class for tibble object lookup table of meta-data for spatial data packs (imported and pre-processed data).

data_items_chr

Data items (a character vector), Default: character(0)

key_var_1L_chr

Key variable (a character vector of length one), Default: character(0)

what_1L_chr

What (a character vector of length one), Default: 'population'

Value

Ratified (a logical vector of length one)