# Argument
## Definition(s)
### Context: [[Nexus - Google Analytics Certificate Course#7.2 Google Analytics - 7 Data Analysis with R Programming - Module 2 - Programming using RStudio Programming using RStudio|Google Analytics Certificate R Programming]]
#### Sub-context [[Computer Programming]]
>[! Definition]
>An argument is the part of a function that provides information needed for the function to run
## Examples
```r
print("Hello World")
```
The function `print()` is called with `"Hello World"` being passed to it as argument.
## Related
## Resources
## Flashcards
The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)