Package: varsExplore
Type: Package
Title: Searchable Variable Explorer with Labelled Variables
Version: 0.3.0
Author: Vlad Tarko
Maintainer: Vlad Tarko <vladtarko@gmail.com>
Description: Creates a summary dataframe that can be used in 'RStudio' similar to the variable
    explorer in 'Stata', but which also includes the summary statistics. By default the result 
    is shown in the 'RStudio' Viewer Pane as a searchable data table. This is useful particularly 
    if you have a large dataset with a very large number of labelled variables with hard to 
    remember names. Can also be used to generate a table of summary statistics.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: dplyr, magrittr, purrr, tidyr, stringr, glue, DT, rstudioapi,
        rio
RoxygenNote: 7.1.0
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-12 18:07:47 UTC; vladtarko
Repository: CRAN
Date/Publication: 2020-07-13 04:30:03 UTC
Built: R 4.2.0; ; 2022-04-13 19:10:50 UTC; unix
