All Projects β†’ davidgohel β†’ Flextable

davidgohel / Flextable

table farming

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Flextable

Reactr
React for R
Stars: ✭ 227 (-21.18%)
Mutual labels:  cran, htmlwidgets
Sheetjs
πŸ“— SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+9788.54%)
Mutual labels:  table, html5
Reactable
Interactive data tables for R
Stars: ✭ 345 (+19.79%)
Mutual labels:  table, htmlwidgets
Highcharter
R wrapper for highcharts
Stars: ✭ 583 (+102.43%)
Mutual labels:  cran, htmlwidgets
Scatterd3
R scatter plot htmlwidget based on D3.js
Stars: ✭ 135 (-53.12%)
Mutual labels:  cran, htmlwidgets
Manipulatewidget
Add More Interactivity to htmlwidgets
Stars: ✭ 110 (-61.81%)
Mutual labels:  cran, htmlwidgets
Puregrid
Lightweight JavaScript Grid/SpreadSheet component written in pure JavaScript
Stars: ✭ 10 (-96.53%)
Mutual labels:  table, html5
Explor
Interfaces for Multivariate Analysis in R
Stars: ✭ 157 (-45.49%)
Mutual labels:  cran, htmlwidgets
rchess
β™› Chess package for R
Stars: ✭ 68 (-76.39%)
Mutual labels:  cran, htmlwidgets
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+924.65%)
Mutual labels:  html5
Vue Data Grid
An example that complex table interaction in Vue.js
Stars: ✭ 266 (-7.64%)
Mutual labels:  table
Get Me Through
A Free, Offline, Real-Time, Open-source web-app to assist organisers of any event in allowing only authorised/invited people using Face-Recognition Technology or QR Code.
Stars: ✭ 255 (-11.46%)
Mutual labels:  html5
Front Ui
πŸ˜„ 🎨 Collect some front-end special effects οΌˆζ”Άι›†δΈ€δΊ›ε‰η«―η‰Ήζ•ˆοΌ‰
Stars: ✭ 259 (-10.07%)
Mutual labels:  html5
Bayesab
🐒 bayesAB: Fast Bayesian Methods for A/B Testing
Stars: ✭ 273 (-5.21%)
Mutual labels:  cran
Openplayerjs
Lightweight HTML5 video/audio player with smooth controls and ability to play VAST/VPAID/VMAP ads
Stars: ✭ 255 (-11.46%)
Mutual labels:  html5
Saltgui
A web interface for managing SaltStack based infrastructure.
Stars: ✭ 278 (-3.47%)
Mutual labels:  html5
Libfort
C/C++ library to create formatted ASCII tables for console applications
Stars: ✭ 255 (-11.46%)
Mutual labels:  table
Antd Table Infinity
An infinite scroll component based on antd-table that supports virtual scrolling
Stars: ✭ 255 (-11.46%)
Mutual labels:  table
Html5 Asteroids
Pure Javascript Asteroids
Stars: ✭ 287 (-0.35%)
Mutual labels:  html5
Huxtable
An R package to create styled tables in multiple output formats, with a friendly, modern interface.
Stars: ✭ 277 (-3.82%)
Mutual labels:  cran

flextable R package

R build status version cranlogs codecov test coverage Active Lifecycle: maturing

User Documentation: https://ardata-fr.github.io/flextable-book/

flextable logo The flextable package provides a framework for easily create tables for reporting and publications. Tables can be easily formatted with a set of verbs such as bold(), color(), they can receive a header of more than one line, cells can be merged or contain an image. The package make it possible to build any table for publication from a `data.frame’.

flextable formats Tables can be embedded within HTML, PDF, Word and PowerPoint documents from R Markdown documents and within Microsoft Word or PowerPoint documents with package officer. Tables can also be rendered as R plots or graphic files (png, pdf and jpeg).

An API is available to let R users create tables for reporting and control their formatting properties and their layout. A flextable object is a data.frame representation, it can be manipulated with functions that give control over:

  • header, body and footer content
  • text, paragraphs, cells and border formatting of any element
  • displayed values

Installation

install.packages("flextable")

You can get the development version from GitHub:

devtools::install_github("davidgohel/flextable")

Resources

Documentation

The help pages are in a bookdown located at: https://ardata-fr.github.io/flextable-book/

Manuals are available at: https://davidgohel.github.io/flextable/reference/index.html

Getting help

This project is developed and maintained on my own time. If you have questions about how to use the package, visit Stackoverflow and use tags flextable and r Stackoverflow link!

Contributing to the package

Code of Conduct

Anyone getting involved in this package agrees to our Code of Conduct.

Bug reports

When you file a bug report, please spend some time making it easy for me to follow and reproduce. The more time you spend on making the bug report coherent, the more time I can dedicate to investigate the bug as opposed to the bug report.

Contributing to the package development

A great way to start is to contribute an example or improve the documentation.

If you want to submit a Pull Request to integrate functions of yours, please provide:

  • the new function(s) with code and roxygen tags (with examples)
  • a new section in the appropriate vignette that describes how to use the new function
  • corresponding tests in directory tests/testthat.

By using rhub (run rhub::check_for_cran()), you will see if everything is ok. When submitted, the PR will be evaluated automatically on travis and appveyor and you will be able to see if something broke.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].