dreamRs / datamods

Shiny modules to import and manipulate data into an application or addin
https://dreamrs.github.io/datamods/
GNU General Public License v3.0
138 stars 35 forks source link

sort factor levels #85

Closed Felixmil closed 10 months ago

Felixmil commented 10 months ago

Sorry for the "double" PR but I think it is better if the factors levels are sorted.

codecov-commenter commented 10 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (570fc8a) 60.58% compared to head (e3607ce) 60.64%. Report is 8 commits behind head on master.

:exclamation: Current head e3607ce differs from pull request most recent head a788e63. Consider uploading reports for the commit a788e63 to get more accurate results

Files Patch % Lines
R/edit-data-utils.R 0.00% 4 Missing :warning:
R/import-file.R 71.42% 4 Missing :warning:
R/utils.R 66.66% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #85 +/- ## ========================================== + Coverage 60.58% 60.64% +0.06% ========================================== Files 17 17 Lines 2456 2470 +14 ========================================== + Hits 1488 1498 +10 - Misses 968 972 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pvictor commented 10 months ago

No problem, thanks!