Open mr-c opened 3 years ago
load tidyverse which indirectly call magrittr which is the required package for using %>%
@mr-c : to add to @SangeetM 's comment, you can also directly use library(magrittr)
without needing to load the whole tidyverse, it would be lighter and faster.
Alternatively, if you upgrade to R 4.1, you could use the new native pipe instead, without needing to load anything extra: |>
I think this issue can be closed, unless it is a request to import the magrittr pipe at the time of loading visNetwork.