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

get and set filter values #46

Closed bellma-lilly closed 2 years ago

bellma-lilly commented 2 years ago

The contents of this pull request support getting and setting filter values. I made these additions so I could save and restore filters between sessions.

Usage example is included in the filter_data.R example

codecov-commenter commented 2 years ago

Codecov Report

Merging #46 (9126e38) into master (5d110eb) will decrease coverage by 0.58%. The diff coverage is 33.33%.

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

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   76.43%   75.85%   -0.59%     
==========================================
  Files          13       13              
  Lines        1774     1793      +19     
==========================================
+ Hits         1356     1360       +4     
- Misses        418      433      +15     
Impacted Files Coverage Δ
R/filter-data.R 60.98% <33.33%> (-2.33%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5d110eb...abd0617. Read the comment docs.

pvictor commented 2 years ago

Perfect! Thank you!