Final Project Proposal: DescribeR

 For the R package to make at the end of this course, I've decided to make a package called DescribeR. This package (hopefully) will be able to instantaneously provide a detailed summary of any data type given to it, from a typical variable held within RStudio's memory to descriptions of the columns in a given data frame. I'd also like to have the package utilize ggplot2 to make example visualizations of data frame information so as to better have the user understand the variables in said data frame and how they relate to one another. No two graph outputs should be alike when coming from the same data frame.

GitHub link to description file: https://github.com/Retrolovania/R_Programming/blob/main/DescribeR/DESCRIPTION.txt

Comments

Popular posts from this blog

Module 6: Our First Graph

LIS 4317 Final Project: R Chart showing Game Price changes over time

Final Project: DescribeR v1.0.0