Final Project
Greetings Professor, In this final project, I created a package named "myfinalproject" with different functions, documents and sub-documents by using simple and easy functions. These days, I am into music so, I created a "dataset" based on my music interest and used some functions to that dataset which I learned in my R Programming class. I used very simple functions in my package. ->As first step, I created a new package "myfinalproject" and did all my functions in sub-files created by using "use_r()" function. I created my sub-files called 'my_project.R', 'dataset_songs.R', 'simple_math.R'. Description of my package: Package: myfinalproject Type: Package Title: This package creates the functions of the numeric and charateric summary to the vector and created a dataset Version: 0.1.0.9000 Author: Jahnavi Maintainer: The package maintainer <jmandhadapu@usf.edu> Description: Using different functions to create a v...