You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clean-data.md
+34-30Lines changed: 34 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -967,36 +967,7 @@ Thanks to the `{numberize}` package, we can convert numbers written in English,
967
967
968
968
## Multiple operations at once
969
969
970
-
Performing data cleaning operations individually can be time-consuming and error-prone.
971
-
The `{cleanepi}` package simplifies this process by offering a convenient wrapper function called `clean_data()`, which allows you to perform multiple operations at once.
972
-
973
-
When no cleaning operation is specified, the `clean_data()` function automatically applies a series of data cleaning operations to the input dataset.
974
-
Here's an example code chunk illustrating how to use `clean_data()` on a raw simulated Ebola dataset:
ℹ Use `print_report(dat, "found_duplicates")` to access them, where "dat" is
996
-
the object used to store the output from this operation.
997
-
```
998
-
999
-
Further more, you can combine multiple data cleaning tasks via the base R pipe (`%>%`) or the {magrittr} pipe (`%>%`) operator, as shown in the below code snippet.
970
+
You can combine multiple data cleaning tasks via the base R pipe (`%>%`) or the {magrittr} pipe (`%>%`) operator, as shown in the below code snippet.
Performing data cleaning operations individually can be time-consuming and error-prone.
1007
+
The `{cleanepi}` package simplifies this process by offering a convenient wrapper function called `clean_data()`, which allows you to perform multiple operations at once.
1008
+
1009
+
When no cleaning operation is specified, the `clean_data()` function automatically applies a series of data cleaning operations to the input dataset.
1010
+
Here's an example code chunk illustrating how to use `clean_data()` on a raw simulated Ebola dataset:
ℹ Use `print_report(dat, "found_duplicates")` to access them, where "dat" is
1032
+
the object used to store the output from this operation.
1033
+
```
1034
+
1035
+
::::::::::::::::::::::::::::::::::::::::
1036
+
1033
1037
:::::::::::::: challenge
1034
1038
1035
1039
Have you noticed that `{cleanepi}` contains a set of functions to **diagnose** the cleaning status of the dataset and another set to **perform** cleaning actions on it?
0 commit comments