| duplicated_alias | R Documentation |
Report duplicated alias
duplicated_alias(alias)
alias |
The output of |
A sorted data.frame with the Target, Package and Source of the duplicate alias.
Other utilities:
cran_date(),
cran_doom(),
cran_snapshot(),
package_date(),
package_repos(),
repos_dependencies(),
update_dependencies()
# Checking the overlap between to seemingly unrelated packages:
alias <- cran_alias(c("fect", "gsynth"))
dup_alias <- duplicated_alias(alias)
head(dup_alias)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.