Importing data – absolute and relative file paths in R
How to import data into R from files stored in local directories. Includes how to copy file paths in Windows, how to use relative and absolute file paths, and working in R Projects.
How to import data into R from files stored in local directories. Includes how to copy file paths in Windows, how to use relative and absolute file paths, and working in R Projects.
An introduction to the different scopes of the assignment operators ‘<-', '=' and '<<-' in R programming, with examples of using the operators in the global environment and in functions.