File: datawizard-package.R

package info (click to toggle)
r-cran-datawizard 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,300 kB
  • sloc: sh: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 684 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#' `datawizard`
#'
#' @title datawizard: Easy Data Wrangling and Statistical Transformations
#'
#' @description
#'
#' A lightweight package to assist in key steps involved in any data analysis
#' workflow:
#'
#'  - wrangling the raw data to get it in the needed form,
#'  - applying preprocessing steps and statistical transformations, and
#'  - compute statistical summaries of data properties and distributions.
#'
#' It is also the data wrangling backend for packages in 'easystats' ecosystem.
#' Reference: Patil et al. (2022) \doi{10.21105/joss.04684}.
#'
#' @docType package
#' @aliases datawizard datawizard-package
#' @name datawizard-package
#' @keywords internal
"_PACKAGE"