vinwol
vinwol
Is it possible to use crosstalk with scatterD3 in a standalone R Markdown HTML Report? Running the following code works fine as expected: library(scatterD3) scatterD3::scatterD3(data=iris, x=Sepal.Width, y=Sepal.Length, col_var=Species) Trying to...
Is there a function like geom_edgelab() for providing labels to edges?
### Feature description Using the module tm_t_abnormality_by_worst_grade() with real clinical data, the following error message occurred. It would be beneficial to have a check before if the data is in...