Skip to content

Commit 2eb4bfd

Browse files
committed
Published to R pubs
1 parent e79d891 commit 2eb4bfd

File tree

2 files changed

+42
-41
lines changed

2 files changed

+42
-41
lines changed

Project_script.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ child_data <- read_csv("data/child.csv")
8181

8282
## Data preprocessing
8383

84-
This removes white spaces and `'` found in any variable in the child dataset.
84+
This removes white spaces and `'` found in any variable in the children autism dataset.
8585

8686
```{r data_cleaning}
8787
clean_data <- child_data %>% mutate_if(~is.character(.),~str_squish( str_remove_all(string = ., pattern = "'"))) %>% mutate_at(vars(5:11), as.factor)

0 commit comments

Comments
 (0)