Can .envir
be used to autolink exported functions in a not loaded package in cli_code()
?
#692
Labels
feature
a feature request or enhancement
If package is not loaded
Note that
as_pkgdown()
is exported by pkgdown. So I was wondering if there was another solution to autolink as_pkgdown() than to load the package?Using
doesn't solve it.
Or is there a way to temporarily load the package for cli code and unloading immediately?
After
library(pkgdown)
, I get what I'd likeThe text was updated successfully, but these errors were encountered: