Skip to contents

Create a new valid instance of the ready4 submodule class for tibble object lookup table of the longitude and latitude cordinates of sites of services / homes.

Usage

vicinity_points(x = make_pt_vicinity_points())

make_pt_vicinity_points(
  service_type_chr = character(0),
  cluster_name_chr = character(0),
  service_name_chr = character(0),
  lat_dbl = numeric(0),
  lng_dbl = numeric(0)
)

is_vicinity_points(x)

Arguments

x

An object of any type

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)

Value

A validated instance of the ready4 submodule class for tibble object lookup table of the longitude and latitude cordinates of sites of services / homes.

A prototype for ready4 submodule class for tibble object lookup table of the longitude and latitude cordinates of sites of services / homes.

A logical value, TRUE if a valid instance of the ready4 submodule class for tibble object lookup table of the longitude and latitude cordinates of sites of services / homes.

Details

ready4 submodule for tibble object lookup table of the longitude and latitude cordinates of sites of services / homes.