Further reading
- Datasets:
If you want to explore other sample datasets contained in the utils
library, just write data()
in the Console screen and it will display all the 104 datasets available. If you want to load it with a different variable name, use this command:
# Load the dataset to a different variable name library(datasets) df <- datasets::Orange
- Tibbles:
You can learn more about other nice features of Tibbles by entering vignette("tibble")
in the R Console screen.
- HTML:
Get familiar with HTML at this page: https://www.w3schools.com/html/.
- Outliers: