Skip to content
Snippets Groups Projects
Commit 7864ece7 authored by Ben Anderson's avatar Ben Anderson
Browse files

fixed typo to load autocorrelation results properly

parent a3ce045d
Branches
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ loadPostSurvey <- function() {
loadArchrResults <- function() {
cerArchrDT <<- as.data.table(
read.dta(archrCensus2022)
read.dta(paste0(census2022Path,archrCensus2022))
)
setkey(cerArchrDT, ID)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment