redburningice / ACC-Analyzer

0 stars 0 forks source link

Some variables are formatted wrong #4

Closed redburningice closed 2 years ago

redburningice commented 2 years ago

Some variables that should be formatted as a decimal number are displayed as an integer.

How it should look like: image

How it looks like in R: image

Affected variables:

Variables where the commas are displayed correctly:

redburningice commented 2 years ago

the package - gsheet - I use to import the google sheets file to R might be causing this. Try another package like googlesheets4

redburningice commented 2 years ago

changed the package that is used to import google sheets From gsheet to googlesheets4