selkamand / ggoncoplot

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

rename .data argument to data #118

Closed selkamand closed 1 month ago

selkamand commented 1 month 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.