Package: colorDF 0.1.7
colorDF: Colorful Data Frames in R Terminal
Colorful Data Frames in the terminal. The new class does change the behaviour of any of the objects, but adds a style definition and a print method. Using ANSI escape codes, it colors the terminal output of data frames. Some column types (such as p-values and identifiers) are automatically recognized.
Authors:
colorDF_0.1.7.tar.gz
colorDF_0.1.7.zip(r-4.7)colorDF_0.1.7.zip(r-4.6)colorDF_0.1.7.zip(r-4.5)
colorDF_0.1.7.tgz(r-4.6-any)colorDF_0.1.7.tgz(r-4.5-any)
colorDF_0.1.7.tar.gz(r-4.7-any)colorDF_0.1.7.tar.gz(r-4.6-any)
colorDF_0.1.7.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
colorDF/json (API)
NEWS
| # Install 'colorDF' in R: |
| install.packages('colorDF', repos = c('https://january3.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/january3/colordf/issues
Pkgdown/docs site:https://january3.github.io
- example_colorDF - Example data frame for colorDF
Last updated from:64cd2af471. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 128 | ||
| source / vignettes | OK | 166 | ||
| linux-release-x86_64 | OK | 127 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-oldrel-arm64 | OK | 80 | ||
| windows-devel | OK | 89 | ||
| windows-release | OK | 80 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 100 |
Exports:add_colorDF_themeas.colorDFcol_typecol_type<-colorDFcolorDF_optionscolorDF_themescolorDF_themes_showdf_searchdf_styledf_style<-format_colget_colorDF_themehighlightis.colorDFprint_colorDFremove_df_stylesummary_colorDFterm_boxplot
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| colorDF – colorful data frames in your terminal | colorDF-package |
| Add a new theme | add_colorDF_theme |
| Set or retrieve a column type | col_type col_type<- |
| Make a dataframe colorful | as.colorDF colorDF |
| List all available themes for colorful data frames | colorDF_themes |
| Demonstrate all defined themes | colorDF_themes_show |
| Global options for colorDF | colorDF-global-options colorDF_options |
| Search and highlight occurences of a pattern | df_search |
| Get or set style of a colorful data frame | df_style df_style<- |
| Example data frame for colorDF | example_colorDF |
| Format a vector using styles | format_col |
| Return a style defined in a theme | get_colorDF_theme |
| Highlight some rows in a data frame | highlight |
| Test whether an object has the class of colorDF | is.colorDF |
| Print method for colorful data frames | print.colorDF print_colorDF |
| Remove the colorful dataframe style attribute | remove_df_style |
| Meaningful summary of lists and data frames | summary.colorDF summary_colorDF |
| Boxplot in a terminal | term_boxplot |
| Strip the colorDF class and style | uncolor |
