April 2019
Beginner
157 pages
2h 30m
English
RStudio includes tools that help you write, debug, and keep track of your code. We have already seen code tools that are built right into the RStudio editor such as code complete, syntax highlighting, and tooltips. We can also include git support to help keep track of versions of our code files, refactoring support to help edit our code, and debugging tools which help us step through and inspect code.
Source control is a system that you can use to keep track of changes that you make to your code files. RStudio supports integration with two source control providers: subversion ...
Read now
Unlock full access