This function removes a data package directory.
data_package_remove( pkg.dir = NULL )
pkg.dir | (character) The directory to be removed. Default is the temporary
directory specified by |
---|
(message) Message indicating whether or not the directory has been removed.
# NOT RUN { # Remove the temporary data package directory data_package_remove() # }