Package: emphatic 0.1.8

emphatic: Exploratory Analysis of Tabular Data using Colour Highlighting

Tools for exploratory analysis of tabular data using colour highlighting. Highlighting is displayed in any console supporting 'ANSI' colours, and can be converted to 'HTML', 'typst', 'latex' and 'SVG'. 'quarto' and 'rmarkdown' rendering are directly supported. It is also possible to add colour to regular expression matches and highlight differences between two arbitrary R objects.

Authors:Mike Cheng [aut, cre, cph]

emphatic_0.1.8.tar.gz
emphatic_0.1.8.zip(r-4.7)emphatic_0.1.8.zip(r-4.6)emphatic_0.1.8.zip(r-4.5)
emphatic_0.1.8.tgz(r-4.6-any)emphatic_0.1.8.tgz(r-4.5-any)
emphatic_0.1.8.tar.gz(r-4.7-any)emphatic_0.1.8.tar.gz(r-4.6-any)
emphatic_0.1.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
emphatic/json (API)

# Install 'emphatic' in R:
install.packages('emphatic', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/coolbutuseless/emphatic/issues

Pkgdown/docs site:https://coolbutuseless.github.io

Datasets:
  • challenger - Challenger o-ring dataset
  • sea_ice_area - Monthly Southern Sea Ice Area over the last 40 years
  • sydney_rain - Monthly total rainfall in Centennial Park, Sydney, Australia

On CRAN:

Conda:

6.78 score 144 stars 12 scripts 584 downloads 16 exports 0 dependencies

Last updated from:559f895035. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK130
source / vignettesOK178
linux-release-x86_64OK130
macos-release-arm64OK90
macos-oldrel-arm64OK90
windows-develOK98
windows-releaseOK80
windows-oldrelOK71
wasm-releaseOK96

Exports:as_emphaticas_htmlas_latexas_svgas_svg_animas_svg_groupas_typsthlhl_adjusthl_diffhl_grephl_optsis_emphaticknit_print.emphaticshow_htmlwrite_xlsx

Dependencies:

Rain in Sydney
Average monthly rainfall during the period 1960 - 2023 | Floods in NSW | Highlight months with above average rainfall and mark years in which flooding occurred

Last update: 2024-05-26
Started: 2024-05-26

svg-animation

Last update: 2024-05-26
Started: 2024-05-26

Example - Challenger O-Ring Failure
Challenger O-Ring data | Ordering by temperature | First Iteration with | Second Iteration with

Last update: 2024-05-06
Started: 2024-04-28

Specifying Colours
Specify a single colour | Specify a vector of colours | Specify a colour scale to apply to a variable | Specify a colour scale to apply to a variable, and apply the colouring to multiple columns | Specify a colour scale to apply to multiple variables independently | Specify a colour scale to apply to multiple variables as a whole

Last update: 2024-05-06
Started: 2020-11-12

Specifying Columns
Select all cols | Select cols by index | Select cols by name | Select cols by rowname symbol | Select cols using col_number() | Select cols using selectors like tidyselect

Last update: 2024-05-06
Started: 2020-11-12

Specifying Rows
Select all rows | Select rows by index | Select rows by name | Select rows by rowname symbol | Select rows by expression | Select rows using n() and row_number() | Select rows using selectors like tidyselect

Last update: 2024-05-06
Started: 2020-11-12

Quick Start - Data Frames
Goal | Step 1: mtcars | Step 2: Use | Step 3: Highlight only rows where cylinder is 6 or 8 | Step 4: Shade by mpg rating using ggplot2::scale_colour_viridis_c() | Step 5: Extend shading across all rows except gear and carb | Step 6: Highlight the maximum mpg | Step 7: De-emphasise the text

Last update: 2024-04-29
Started: 2020-11-12