squash | R Documentation |
This function combines multiple dependency lists into a single
data.frame
with additional info about "origin" package, i.e. which package
has this dependency.
squash(object)
## S3 method for class 'wood_dep_list'
squash(object)
object |
|
A data.frame
object similar to these returned by _dependencies
functions, but with additional column named origin
.
deps <- wood_dependencies(c("versionsort", "deepdep", "gglgbtq"))
squash(deps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.