Function to list all imported packages in a project
This commit is contained in:
16
man/list_imports.Rd
Normal file
16
man/list_imports.Rd
Normal file
@@ -0,0 +1,16 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/list_imports.R
|
||||
\name{list_imports}
|
||||
\alias{list_imports}
|
||||
\title{Find all the packages the current project directly includes and their
|
||||
versions.}
|
||||
\usage{
|
||||
list_imports()
|
||||
}
|
||||
\value{
|
||||
A data frame with the directly required packages
|
||||
}
|
||||
\description{
|
||||
Find all the packages the current project directly includes and their
|
||||
versions.
|
||||
}
|
||||
Reference in New Issue
Block a user