Commit | Line | Data |
---|---|---|
1 | % Generated by roxygen2 (4.0.2): do not edit by hand | |
2 | \name{pkgdev.unload} | |
3 | \alias{pkgdev.unload} | |
4 | \title{Unload a package containing arbitrary file structures under R/ and src/{adapters,sources}} | |
5 | \usage{ | |
6 | pkgdev.unload(path) | |
7 | } | |
8 | \arguments{ | |
9 | \item{path}{Location or name of the package to unload} | |
10 | } | |
11 | \description{ | |
12 | Unload a package containing arbitrary file structures under R/ and src/{adapters,sources} | |
13 | } | |
14 |