diff --git a/NAMESPACE b/NAMESPACE index 6ae9268..621cef1 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,2 +1,4 @@ # Generated by roxygen2: do not edit by hand +export(check_repository) +export(get_census) diff --git a/R/check_repository.R b/R/check_repository.R index 7016022..942ccfe 100644 --- a/R/check_repository.R +++ b/R/check_repository.R @@ -1,6 +1,6 @@ -#' Title +#' check_repository #' -#' @param year +#' @param year census year for which you want to view the currently available tabulations #' @param topic #' @param geolvl #' diff --git a/man/check_repository.Rd b/man/check_repository.Rd new file mode 100644 index 0000000..6360a4e --- /dev/null +++ b/man/check_repository.Rd @@ -0,0 +1,16 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/check_repository.R +\name{check_repository} +\alias{check_repository} +\title{check_repository} +\usage{ +check_repository(year = 1970, topic = NULL, geolvl = NULL) +} +\arguments{ +\item{year}{census year for which you want to view the currently available tabulations} + +\item{geolvl}{} +} +\description{ +check_repository +} diff --git a/man/get_census.Rd b/man/get_census.Rd new file mode 100644 index 0000000..587bad0 --- /dev/null +++ b/man/get_census.Rd @@ -0,0 +1,14 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/get_census.R +\name{get_census} +\alias{get_census} +\title{Title} +\usage{ +get_census(year = 1970, topic = NULL, geolvl = NULL) +} +\arguments{ +\item{geolvl}{} +} +\description{ +Title +}