renew.vicinity_points() is a renew method that renews an instance of a class by updating it with new data. This method is implemented for the ready4 submodule class for tibble object lookup table of the longitude and latitude cordinates of sites of services / homes. The function is called for its side effects and does not return a value.
renew.vicinity_processed() is a renew method that renews an instance of a class by updating it with new data. 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 is called for its side effects and does not return a value.
renew.vicinity_raw() is a renew method that renews an instance of a class by updating it with new data. This method is implemented for the ready4 submodule class for tibble object lookup table of metadata about raw (un-processed) spatial data to import. The function is called for its side effects and does not return a value.
renew method applied to VicinityLookup
renew method applied to VicinityArguments
Usage
renew.vicinity_points(
x,
service_type_chr = character(0),
cluster_name_chr = character(0),
service_name_chr = character(0),
lat_dbl = numeric(0),
lng_dbl = numeric(0),
what_1L_chr = "table",
...
)
# S4 method for vicinity_points
renew(
x,
service_type_chr = character(0),
cluster_name_chr = character(0),
service_name_chr = character(0),
lat_dbl = numeric(0),
lng_dbl = numeric(0),
what_1L_chr = "table",
...
)
renew.vicinity_processed(
x,
args_ls = NULL,
additional_detail_chr = character(0),
area_type_chr = character(0),
area_bndy_yr_chr = character(0),
country_chr = character(0),
data_type_chr = character(0),
main_feature_chr = character(0),
name_chr = character(0),
region_chr = character(0),
source_reference_chr = character(0),
year_chr = character(0),
year_end_chr = character(0),
year_start_chr = character(0),
what_1L_chr = "table"
)
# S4 method for vicinity_processed
renew(
x,
args_ls = NULL,
additional_detail_chr = character(0),
area_type_chr = character(0),
area_bndy_yr_chr = character(0),
country_chr = character(0),
data_type_chr = character(0),
main_feature_chr = character(0),
name_chr = character(0),
region_chr = character(0),
source_reference_chr = character(0),
year_chr = character(0),
year_end_chr = character(0),
year_start_chr = character(0),
what_1L_chr = "table"
)
renew.vicinity_raw(
x,
area_type_chr = character(0),
area_bndy_yr_chr = character(0),
country_chr = character(0),
data_type_chr = character(0),
main_feature_chr = character(0),
name_chr = character(0),
processed_fls_dir_1L_chr = character(0),
region_chr = character(0),
source_reference_chr = character(0),
year_chr = character(0),
year_end_chr = ycharacter(0),
year_start_chr = character(0),
what_1L_chr = "table"
)
# S4 method for vicinity_raw
renew(
x,
area_type_chr = character(0),
area_bndy_yr_chr = character(0),
country_chr = character(0),
data_type_chr = character(0),
main_feature_chr = character(0),
name_chr = character(0),
processed_fls_dir_1L_chr = character(0),
region_chr = character(0),
source_reference_chr = character(0),
year_chr = character(0),
year_end_chr = ycharacter(0),
year_start_chr = character(0),
what_1L_chr = "table"
)
# S4 method for VicinityLookup
renew(
x,
package_1L_chr = character(0),
path_1L_chr = character(0),
tbl_data_type_1L_chr = "Geometry",
template_ls = NULL,
what_1L_chr = "processed"
)
# S4 method for VicinityArguments
renew(x, raw_fls_dir_1L_chr, write_1L_lgl)
Arguments
- x
An object of class VicinityArguments
- service_type_chr
Service type (a character vector), Default: character(0)
- cluster_name_chr
Cluster name (a character vector), Default: character(0)
- service_name_chr
Service name (a character vector), Default: character(0)
- lat_dbl
Lat (a double vector), Default: numeric(0)
- lng_dbl
Longitude (a double vector), Default: numeric(0)
- what_1L_chr
What (a character vector of length one), Default: 'processed'
- ...
Additional arguments
- args_ls
Arguments (a list), Default: NULL
- additional_detail_chr
Additional detail (a character vector), Default: character(0)
- area_type_chr
Area type (a character vector), Default: character(0)
- area_bndy_yr_chr
Area boundary year (a character vector), Default: character(0)
- country_chr
Country (a character vector), Default: character(0)
- data_type_chr
Data type (a character vector), Default: character(0)
- main_feature_chr
Main feature (a character vector), Default: character(0)
- name_chr
Name (a character vector), Default: character(0)
- region_chr
Region (a character vector), Default: character(0)
- source_reference_chr
Source reference (a character vector), Default: character(0)
- year_chr
Year (a character vector), Default: character(0)
- year_end_chr
Year end (a character vector), Default: ycharacter(0)
- year_start_chr
Year start (a character vector), Default: character(0)
- processed_fls_dir_1L_chr
Processed files directory (a character vector of length one), Default: character(0)
- package_1L_chr
Package (a character vector of length one), Default: character(0)
- path_1L_chr
Path (a character vector of length one), Default: character(0)
- tbl_data_type_1L_chr
Table data type (a character vector of length one), Default: 'Geometry'
- template_ls
Template (a list), Default: NULL
- raw_fls_dir_1L_chr
Raw files directory (a character vector of length one)
- write_1L_lgl
Write (a logical vector of length one)