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.5)colorDF_0.1.7.zip(r-4.4)colorDF_0.1.7.zip(r-4.3)
colorDF_0.1.7.tgz(r-4.4-any)colorDF_0.1.7.tgz(r-4.3-any)
colorDF_0.1.7.tar.gz(r-4.5-noble)colorDF_0.1.7.tar.gz(r-4.4-noble)
colorDF_0.1.7.tgz(r-4.4-emscripten)colorDF_0.1.7.tgz(r-4.3-emscripten)
colorDF.pdf |colorDF.html✨
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
- example_colorDF - Example data frame for colorDF
Last updated 2 years agofrom:64cd2af471. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | OK | Oct 30 2024 |
R-4.5-linux | OK | Oct 30 2024 |
R-4.4-win | OK | Oct 30 2024 |
R-4.4-mac | OK | Oct 30 2024 |
R-4.3-win | OK | Oct 30 2024 |
R-4.3-mac | OK | Oct 30 2024 |
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 |