Hi, im new here, and unfamiliar with where to post. I am inexperienced Rstudio user. I am struggling with a lot of the language. For an assignment i have to use a package and or dataset to to create a summary, a histogram or bar char associated with a variable, and a plot that presents a relationship between two variables. I uploaded a csv file, and im trying to create a dateset from it ?
read.csv('International_Migration_Database.csv')
summary(International_Migration_Database)
International_Migration_Database <- International_Migration_Database(country = "all",
indicator = c("number of students" = "value",),
start = 2000, end = 2020, extra = TRUE)
none of this is loading, so i dont know what do ?