R/esquisse-package.R

#' Explore and Visualize Your Data Interactively
#'
#' A 'shiny' gadget to create 'ggplot2' figures interactively with drag-and-drop to map your variables to different aesthetics.
#' You can quickly visualize your data accordingly to their type, export in various formats,
#' and retrieve the code to reproduce the plot.
#'
#' @name esquisse
#' @docType package
#' @author Fanny Meyer & Victor Perrier (@@dreamRs_fr)
#'
#' @examples
#' \dontrun{
#'
#' esquisser()
#'
#' # launch esquisse with specific data:
#' esquisser(mtcars)
#'
#' }
NULL

#' esquisse exported operators and S3 methods
#'
#'
#' @name esquisse-exports
NULL

#' @importFrom datamods i18n
#' @name i18n
#' @export
#' @rdname esquisse-exports
NULL

#' @importFrom datamods set_i18n
#' @name set_i18n
#' @export
#' @rdname esquisse-exports
NULL

#' @importFrom phosphoricons ph
#' @name ph
#' @export
#' @rdname esquisse-exports
NULL

Try the esquisse package in your browser

Any scripts or data that you put into this service are public.

esquisse documentation built on Sept. 1, 2022, 5:05 p.m.