There are four options to get data into R / JGR:
Import spreadsheet (CSV, or Excel files)
There should be no spaces in variable names. In a spreadsheet, the variable names are stored in the first row. If the variable name contains a space, this space will be converted to a full stop “.”. However, it is generally preferable not to use spaces in variable names.
See also: