conflict_scout | R Documentation |
conflict_scout()
is the workhorse behind the conflicted package. You can
call it directly yourself if you want to see all conflicts before hitting
them in practice.
conflict_scout(pkgs = NULL)
pkgs |
Set of packages for which to report conflicts. If |
A named list of character vectors. The names are functions and the values are the packages where they appear. If there is only a single package listed, it means that an automated disambiguation has selected that function.
A user friendly print method displays the result as bulleted list.
conflict_scout()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.