Skip to content

Commit

Permalink
unimportant
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSchw committed Dec 17, 2024
1 parent d05f113 commit 7f4358d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create_mock_data/mock_data_function.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Script for creating mock data
#studyname <- "GINI_P1"
#studyname <- "GINI_P2"
create_mock_data <- function(studyname = NULL,
single_dataset = TRUE,
vars_second_dataset = NULL){
Expand Down
2 changes: 1 addition & 1 deletion create_mock_data/mock_data_initiation.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

source(here::here("create_mock_data", "mock_data_function.R"))

create_mock_data(studyname = "GINI_P1")
create_mock_data(studyname = "GINI_P2")

0 comments on commit 7f4358d

Please sign in to comment.