This directory contains code examples written in R. R is a programming language and free software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing.
The hello-world.r
script prints "Hello, World!" to the console.
# Hello World in R
print("Hello, World!")
If you would like to contribute to this directory, please follow the guidelines outlined in the CONTRIBUTING.md
file in the root directory of this repository.
This directory is licensed under the MIT License. By contributing, you agree that your contributions will be licensed under the same license.