wangx
wangx
Hello The colourpicker tool is a great package. I was wondering do you plan to introduce choosing multiple colours use `colourInput()`? I want to choose multiple colours in my shiny...
Hi! I'm using `plotly` in a shiny. When I want to download the image, first I used `export`, it works, but it returns a message "use orca", but it was...
Hi! Many thanks for this tool. I used `fastp` like this ``` > cat test | while read id > do > name=`echo $id |awk '{print $1}'` > read1=`echo $id...