Skip to content

Commit

Permalink
Update codebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjelstul committed Jul 20, 2023
1 parent 5f46c30 commit 59bd743
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 76 deletions.
5 changes: 4 additions & 1 deletion codebook/code/make-codebook.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Joshua C. Fjelstul, Ph.D.
# worldcup R package

# Packages
library(tidyverse)

# Load documentation
variables <- read_csv("codebook/csv/variables.csv")
datasets <- read_csv("codebook/csv/datasets.csv")
Expand Down Expand Up @@ -28,7 +31,7 @@ codebookr::create_codebook(
datasets_input = datasets,
variables_input = variables,
title_text = "The Fjelstul World Cup Database",
version_text = "1.0",
version_text = "1.2.0",
footer_text = "The Fjelstul World Cup Database \\hspace{5pt} | \\hspace{5pt} Joshua C. Fjelstul, Ph.D.",
author_names = "Joshua C. Fjelstul, Ph.D.",
theme_color = "#4B94E6",
Expand Down
Loading

0 comments on commit 59bd743

Please sign in to comment.