Built-in Functions
KyraThompson67 total contributions
Published Oct 7, 2022
Contribute to Docs
R has built-in functions that can perform a variety of tasks. Some of the common ones are listed below:
Built-in Functions
- getwd()
- Returns the current working directory.
- print()
- Prints out the specified argument.
- setwd()
- Sets the current working directory to the file path specified.
- str()
- Displays the internal structure of a data frame.
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.