105 R Commands
Below is a list of R commands along with links to their help pages:
summary()
: Provides summary statistics for numeric data.plot()
: Creates various types of plots.lm()
: Fits linear regression models.read.csv()
: Reads a CSV file into a data frame.install.packages()
: Installs R packages from CRAN.