Assignment #10: Building Your Own R Package
# Proposal for My R Package: Friedman For this project, I am proposing an R package called **Friedman**. The purpose of this package is to provide beginner-friendly tools for simple data analysis and visualization in R. Many students and new R users struggle with repetitive tasks such as cleaning datasets, calculating summary statistics, and creating clear visualizations. This package will help make those tasks easier by grouping useful functions into one simple package. The main audience for this package is students, beginner analysts, and anyone who wants a more straightforward way to explore data in R. Instead of writing long code repeatedly, users will be able to call functions from Friedman to quickly summarize and visualize their data. This makes the package especially useful for class assignments, small research projects, and practice with R programming. Some of the key functions I plan to implement include: - `clean_data()` – removes missing values or standardizes column n...