Johan Rosa
Johan Rosa
> In an R render function or style function, you can use the row index argument to get the other values in the row. @glin Is there a way to...
> @Johan-rosa Any comments on the covr-related functions? Message in private if necessary. We're using these changes and everything is working as expected. Great job!
Now all names are ok. I am waiting for it to be in production. Thanks!!
Hi @KacperMadej, The initial intention was to report the wrong names ([issue 62](https://github.com/highcharts/map-collection-dist/issues/62)), which are all right in the demo you provided. And, in order to point to the right...
Same issue here. On github the snapshot has a line brake in a different place. Example: **Locally** ```r paste( "Hello,", "how", "are", "your" ) ``` **Github** ```r paste( "Hello,", "how",...