Git Product home page Git Product logo

tablehtml's Introduction

tableHTML

CRAN version Travis-CI Build Status Coverage Status

Overview

The goal of tableHTML is to create easily CSS-ible HTML tables. It is compatible with any application that uses HTML / CSS and has successfully been tested with:

  • Shiny
  • Rmarkdown
  • Microsoft Office

The package follows the tidyverse philosophy and uses the pipe operator %>% to chain functions together. Apart from applying standard CSS to columns / rows, the package offers the ability to add CSS conditionally (e.g. like column colour ranks) and to create CSS files for shiny.

Installation

To install the latest released version from CRAN you just need to run on your console:

install.packages('tableHTML')

To install the development version you need to have the devtools package installed. To install devtools type in your console:

install.packages('devtools')

Then to install tableHTML run the following on your console:

devtools::install_github('lyzander/tableHTML')

Usage

By typing on your console:

library(tableHTML)
tableHTML(mtcars)

you can see a first example of an HTML table!

Links - Cran / Tutorial / Examples

To find out about all the functions and how to use the package with shiny you can visit the online tutorial.

To see a gallery of examples you can visit the examples page.

To use conditional formatting or colour ranking for your table you can visit the conditional formatting vignette.

For a tutorial on how to build a CSS file and how to use that in shiny (in a fast way) you can visit the make_css and shiny link.

To check the themes included in the package you can visit the themes vignette.

To see the released version (and all the vignette links) you can visit CRAN.

tablehtml's People

Contributors

lyzander avatar clemens-zauchner avatar tboutaris avatar danajomar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.