You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
358 B

8 years ago
#' Retrieve 'Magic' Attributes from Files and Directories
8 years ago
#'
8 years ago
#' @name wand
8 years ago
#' @docType package
#' @author Bob Rudis (@@hrbrmstr)
#' @import purrr
8 years ago
#' @import tibble
#' @import tidyr
#' @import stringi
#' @importFrom rappdirs user_cache_dir
8 years ago
#' @useDynLib wand
8 years ago
#' @importFrom Rcpp sourceCpp
#' @importFrom utils unzip
8 years ago
#' @importFrom dplyr mutate left_join
8 years ago
NULL