Define and explain how pipeline of function calls works in R.
Feel free to select any open-source dataset from the following free online dataset repositories:
Kaggle Datasets: https://www.kaggle.com/datasets
UCI Machine Learning Repository: https://archive.ics.uci.edu/ml/index.php
Amazon Web Services Datasets: https://registry.opendata.aws/
The selected dataset should have the following five requirements:
File format: CSV
Number of features: More than five
Number of labels: One only
Types of features and labels: string, integer, float, Boolean, and date/time data types (Image data types are not required for this course.)
Number of records: More than five hundred
Write an R program to show a pipeline of function calls using Descriptive Statistics.
Include your working R programming code and program final results in your required Critical Thinking assignment.