This function removes a data package directory.

data_package_remove(
    pkg.dir = NULL
  )

Arguments

pkg.dir

(character) The directory to be removed. Default is the temporary directory specified by paste0(tempdir(), '/data_package').

Value

(message) Message indicating whether or not the directory has been removed.

Examples

# NOT RUN {
  # Remove the temporary data package directory
  data_package_remove()
# }