gjearevoll / BioDivMapping

A pipeline dedicated to analysing and visualising the biodiversity of different taxa in Norway
GNU General Public License v3.0
5 stars 3 forks source link

new importRedList encoding changes data.frame column name returning error #94

Closed RRTogunov closed 8 months ago

RRTogunov commented 8 months ago
          This change returns error on my end. specifically, the edit changes the column name in 

data <- jsonlite::fromJSON(charChange, flatten = TRUE) from: data$AcceptedNameUsage$ScientificName to: data$AcceptedNameUsage.ScientificName I'm not sure if I should change the column name to use ".", or if that would trigger the original issue with other systems...

Originally posted by @RRTogunov in https://github.com/gjearevoll/BioDivMapping/issues/89#issuecomment-1889189412