Description Usage Arguments Value Examples
View source: R/get_dep_table.R
Get a Table of the Dependencies
1 2 3 4 5  | get_dep_table(
  path = "DESCRIPTION",
  dependencies = c("Depends", "Imports", "LinkingTo", "Suggests"),
  limit_compare = FALSE
)
 | 
path | 
 Path to DESCRIPTION file  | 
dependencies | 
 List of dependencies to parse  | 
limit_compare | 
 only keep rows where a comparison operator is found  | 
A data.frame of
name of the package
comparison operator
version of the package
1 2  | path = example_description_file()
get_dep_table(path = path)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.