Working with Data in R: Objects, Vectors, Factors, Packages and Libraries, and Data Visualization
摘要
ThisVectors chapterFactors explainsPackages andLibraries illustratesData Visualization the basic principles and concepts of data management and manipulation in R by discussing what are R objectsR objects, vectors, packages, and libraries, including graphs and data visualization methods using RStudioRStudio. It introduces the users to the different functionsR functions and methods for working with data in R. This includes a description of some of the different methods and ways the users can get data into R for further analysis, manipulations, or visualizations. Thus, the chapter covers how to work with data in R, including the different functionsR functions that the users can use to create or import data in R for analysis. In addition, it also covers how to install R packagesR packages and libraries for data analysisData analysis and different ways the users can plot or visualize data (graphs) in R. R has many built-in functionsR functions and packages that allows the user to perform different types of data analysisData analysis, and is also extensible due to fact that it allows the users to define their own additional functionsR functions or methods.