selkamand / ggoncoplot

Easily Create Interactive Oncoplots
https://selkamand.github.io/ggoncoplot/
Other
3 stars 0 forks source link

rename .data argument to data #118

Closed selkamand closed 4 months ago

selkamand commented 5 months ago

Once #109 is solved, we are in a good position to rename the .data argument to data.

The only reason to prefix with a '.' is to make sure that when passing to other external functions via ... no clashes occur. There was probably no reason to use the '.' prefix in the first place - but this becomes especially redundant after #109 is solved.