as.package
From devtools v2.3.2
by Jim Hester
Coerce input to a package.
Possible specifications of package:
path
package object
- Keywords
- internal
Usage
as.package(x = NULL, create = NA)
Arguments
- x
object to coerce to a package
- create
only relevant if a package structure does not exist yet: if
TRUE
, create a package structure; ifNA
, ask the user (in interactive mode only)
Community examples
Looks like there are no examples yet.