# Argumnet
## Definition(s)
### Context [[Nexus - Google Analytics Certificate Course]]
#### Sub-context [[Google Analytics - 7 Data Analysis with R Programming - Module 2 - Programming using RStudio]]
>[! Definition]
>Information or settings needed by a function in R in order to run.
## Examples
Using the `str()` function to analyze the data structure, we pass a data strucutre object to it within the parenthesis. This is called an argument.
```r
str(my_data_frame)
```
## 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/)