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/README.Rmd b/README.Rmd
index 11e8443..3bac1b8 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -13,9 +13,11 @@ knitr::opts_chunk$set(
)
```
-# arcenso
+# **ARcenso**
+
+
The goal of arcenso is to ...
@@ -36,4 +38,6 @@ This is a basic example which shows you how to solve a common problem:
```{r example}
library(arcenso)
## basic example code
+
+# get_census(year = 1970)
```
diff --git a/README.md b/README.md
index fb0d995..33bbc72 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# arcenso
+# **ARcenso**
@@ -25,4 +25,6 @@ This is a basic example which shows you how to solve a common problem:
``` r
library(arcenso)
## basic example code
+
+# get_census(year = 1970)
```
diff --git a/man/check_repository.Rd b/man/check_repository.Rd
new file mode 100644
index 0000000..1043ab4
--- /dev/null
+++ b/man/check_repository.Rd
@@ -0,0 +1,14 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/check_repository.R
+\name{check_repository}
+\alias{check_repository}
+\title{Title}
+\usage{
+check_repository(year = 1970, topic = NULL, geolvl = NULL)
+}
+\arguments{
+\item{geolvl}{}
+}
+\description{
+Title
+}
diff --git a/man/figures/logo.png b/man/figures/logo.png
new file mode 100644
index 0000000..fad1095
Binary files /dev/null and b/man/figures/logo.png differ
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
+}
diff --git a/pkgdown/favicon/apple-touch-icon.png b/pkgdown/favicon/apple-touch-icon.png
new file mode 100644
index 0000000..bebc08f
Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon.png differ
diff --git a/pkgdown/favicon/favicon-48x48.png b/pkgdown/favicon/favicon-48x48.png
new file mode 100644
index 0000000..c78392d
Binary files /dev/null and b/pkgdown/favicon/favicon-48x48.png differ
diff --git a/pkgdown/favicon/favicon.ico b/pkgdown/favicon/favicon.ico
new file mode 100644
index 0000000..564d4f4
Binary files /dev/null and b/pkgdown/favicon/favicon.ico differ
diff --git a/pkgdown/favicon/favicon.svg b/pkgdown/favicon/favicon.svg
new file mode 100644
index 0000000..d150e2e
--- /dev/null
+++ b/pkgdown/favicon/favicon.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/pkgdown/favicon/site.webmanifest b/pkgdown/favicon/site.webmanifest
new file mode 100644
index 0000000..4ebda26
--- /dev/null
+++ b/pkgdown/favicon/site.webmanifest
@@ -0,0 +1,21 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/web-app-manifest-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "/web-app-manifest-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
\ No newline at end of file
diff --git a/pkgdown/favicon/web-app-manifest-192x192.png b/pkgdown/favicon/web-app-manifest-192x192.png
new file mode 100644
index 0000000..ff16c23
Binary files /dev/null and b/pkgdown/favicon/web-app-manifest-192x192.png differ
diff --git a/pkgdown/favicon/web-app-manifest-512x512.png b/pkgdown/favicon/web-app-manifest-512x512.png
new file mode 100644
index 0000000..407d13c
Binary files /dev/null and b/pkgdown/favicon/web-app-manifest-512x512.png differ