R/libdistData.R

#' Distances From Public Libraries to USAF Bases
#'
#' @format A \code{data.table} with 4 variables:
#' \tabular{rlll}{
#'  [, 1] \tab location  \tab Character String of the Library name/address/city/state \tab \bold{Categoric}\cr
#'  [, 2] \tab miles     \tab Ordered list distances (in miles) from the base \tab \bold{Numeric}\cr
#'  [, 3] \tab latitide \tab Latitude coordinate of the library \tab \bold{Numeric}\cr
#'  [, 4] \tab longitude   \tab Longitude coordinate of the library \tab \bold{Numeric}
#'  }
#' @source http://www.publiclibraries.com
#' @source Google Maps Geocode API
#' @description Information about public libraries in each state
#' @rdname lib_dist
'alts_Libs'

#' @rdname lib_dist
'andr_Libs'

#' @rdname lib_dist
'andw_Libs'

#' @rdname lib_dist
'arnl_Libs'

#' @rdname lib_dist
'bckl_Libs'

#' @rdname lib_dist
'beal_Libs'

#' @rdname lib_dist
'blln_Libs'

#' @rdname lib_dist
'brkd_Libs'

#' @rdname lib_dist
'brks_Libs'

#' @rdname lib_dist
'chrl_Libs'

#' @rdname lib_dist
'clmb_Libs'

#' @rdname lib_dist
'cnnn_Libs'

#' @rdname lib_dist
'crch_Libs'

#' @rdname lib_dist
'dovr_Libs'

#' @rdname lib_dist
'dvsm_Libs'

#' @rdname lib_dist
'dyss_Libs'

#' @rdname lib_dist
'edwr_Libs'

#' @rdname lib_dist
'egln_Libs'

#' @rdname lib_dist
'ells_Libs'

#' @rdname lib_dist
'elmn_Libs'

#' @rdname lib_dist
'elsn_Libs'

#' @rdname lib_dist
'fewr_Libs'

#' @rdname lib_dist
'frch_Libs'

#' @rdname lib_dist
'gdfl_Libs'

#' @rdname lib_dist
'gntr_Libs'

#' @rdname lib_dist
'grnf_Libs'

#' @rdname lib_dist
'hckm_Libs'

#' @rdname lib_dist
'hill_Libs'

#' @rdname lib_dist
'hllm_Libs'

#' @rdname lib_dist
'hnsc_Libs'

#' @rdname lib_dist
'hrlf_Libs'

#' @rdname lib_dist
'krtl_Libs'

#' @rdname lib_dist
'kslr_Libs'

#' @rdname lib_dist
'lckl_Libs'

#' @rdname lib_dist
'lghl_Libs'

#' @rdname lib_dist
'lngl_Libs'

#' @rdname lib_dist
'lsan_Libs'

#' @rdname lib_dist
'lttr_Libs'

#' @rdname lib_dist
'luke_Libs'

#' @rdname lib_dist
'mcch_Libs'

#' @rdname lib_dist
'mccn_Libs'

#' @rdname lib_dist
'mcdl_Libs'

#' @rdname lib_dist
'mcgr_Libs'

#' @rdname lib_dist
'mint_Libs'

#' @rdname lib_dist
'mlms_Libs'

#' @rdname lib_dist
'mnth_Libs'

#' @rdname lib_dist
'mody_Libs'

#' @rdname lib_dist
'mxwl_Libs'

#' @rdname lib_dist
'nlls_Libs'

#' @rdname lib_dist
'offt_Libs'

#' @rdname lib_dist
'otis_Libs'

#' @rdname lib_dist
'pope_Libs'

#' @rdname lib_dist
'ptrc_Libs'

#' @rdname lib_dist
'ptrs_Libs'

#' @rdname lib_dist
'rbns_Libs'

#' @rdname lib_dist
'rndl_Libs'

#' @rdname lib_dist
'schr_Libs'

#' @rdname lib_dist
'sctt_Libs'

#' @rdname lib_dist
'shaw_Libs'

#' @rdname lib_dist
'shpp_Libs'

#' @rdname lib_dist
'symj_Libs'

#' @rdname lib_dist
'tnkr_Libs'

#' @rdname lib_dist
'trvs_Libs'

#' @rdname lib_dist
'tynd_Libs'

#' @rdname lib_dist
'usaf_Libs'

#' @rdname lib_dist
'vanc_Libs'

#' @rdname lib_dist
'vndn_Libs'

#' @rdname lib_dist
'whtm_Libs'

#' @rdname lib_dist
'wrgp_Libs'

#' Locations of CONUS USAF Bases
#'
#' @format A \code{data.table} with 5 variables:
#' \tabular{rlll}{
#'  [, 1] \tab Base (Long Name)  \tab Character String of the Library name/address/city/state \tab \bold{Categoric}\cr
#'  [, 2] \tab Base (Short Name) \tab Ordered list distances (in miles) from the base \tab \bold{Numeric}\cr
#'  [, 3] \tab Base (Abbreviation) \tab Latitude coordinate of the library \tab \bold{Numeric}\cr
#'  [, 4] \tab Longitude   \tab Longitude coordinate of the library \tab \bold{Numeric}\cr
#'  [, 5] \tab Latitude \tab Latitude coordinate of the library \tab \bold{Numeric}
#'  }
#' @source http://www.publiclibraries.com
#' @source Google Maps Geocode API
#' @description Information about public libraries in each state
'Base_Locations'
Auburngrads/publicLibs documentation built on July 24, 2020, 5:41 a.m.