R/data.R

#' Sample Iowa Census 1915 
#' 
#' Sample of records from the Iowa Census 1915 
#' 
#' @name iowa_1915 
#' @docType data 
#' 
#' @format Dataframe containing 6881 observations.
#' @keywords datasets
"iowa_1915"


#' Sample Iowa Census 1940 
#' 
#' Sample of records from the Iowa Census 1940
#' 
#' @name iowa_1940
#' @docType data
#' 
#' @format Dataframe containing 65311 observations 
#' @keywords datasets
"iowa_1940"

#' Iowa Census Training 
#' 
#' @name iowa_training_data
#' @docType data 
#' 
#' @format Dataframe 
#' @keyswords datasets 
"iowa_training_data"

#' Iowa Census Sample Matches 
#' 
#' @name iowa_sample_matches 
#' @docType data 
#' 
#' @format Dataframe with 1000 observations
#' @keywords datasets
"iowa_sample_matches"


#' Iowa Census True Matches 
#' 
#' @name iowa_true_matches 
#' @docType data 
#' 
#' @format Dataframe with 4320 observations 
"iowa_true_matches"


#' Letters Index
#' 
#' @name letters_index
#' @docType data 
#'
#' @format List of 27 
"letters_index"


#' Encoder Model Iowa First Names 4 dim
#' 
#' @name encoder_iowa_first_4
#' @docType data 
#' 
#' @format RAW 
#' @keywords Keras encoder model 
"encoder_iowa_first_4"


#' Encoder Model Iowa First Names 256 dim
#' 
#' @name encoder_iowa_first_256
#' @docType data 
#' 
#' @format RAW 
#' @keywords Keras encoder model 
"encoder_iowa_first_256"
kailin-lu/recordlinkR documentation built on May 4, 2019, 7:37 a.m.