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
We can also use **summary statistics** or **probability distribution** parameters to describe different delays. We will use them in the upcoming tutorials. For a refresher, you can review introductory concepts with [two episodes introducing delays for outbreak data](https://epiverse-trace.github.io/tutorials/):
669
+
We can also use **summary statistics** or **probability distribution** parameters to describe different delays. We will use them in the upcoming tutorials. For a refresher, you can review introductory concepts with [some episodes introducing delays for outbreak data](https://epiverse-trace.github.io/tutorials/).
672
670
673
671
:::::::::::::::::
674
672
@@ -967,36 +965,7 @@ Thanks to the `{numberize}` package, we can convert numbers written in English,
967
965
968
966
## Multiple operations at once
969
967
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.
968
+
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.
1005
+
The `{cleanepi}` package simplifies this process by offering a convenient wrapper function called `clean_data()`, which allows you to perform multiple operations at once.
1006
+
1007
+
When no cleaning operation is specified, the `clean_data()` function automatically applies a series of data cleaning operations to the input dataset.
1008
+
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
1030
+
the object used to store the output from this operation.
1031
+
```
1032
+
1033
+
::::::::::::::::::::::::::::::::::::::::
1034
+
1033
1035
:::::::::::::: challenge
1034
1036
1035
1037
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