Giter Club home page Giter Club logo

gt-workshop-2020's Introduction

gt Workshop 2020!

This gt workshop will teach you a lot about what gt can do, and, it'll give you an opportunity to experiment with the package.

The goal of the workshop is to introduce you to a lot of examples and provide some time to generate some sample tables, learning bit-by-bit as we go.

Each module of the workshop focuses on a different family of functions, with relevant examples and exercises in each. They are all presented here as R Markdown (.Rmd) files with one file for each workshop module:

  • "01-create-table.Rmd" (The Create Table Family of Functions)

  • "02-create-modify-parts.Rmd" (The Create/Modify Parts Family of Functions)

  • "02z-PRACTICE-01-02.Rmd" (Practice with functions from modules 01 and 02)

  • "03-format-data.Rmd" (The Format Data Family of Functions)

  • "04-modify-columns.Rmd" (The Modify Columns Family of Functions)

  • "04z-PRACTICE-03-04.Rmd" (Practice with functions from modules 03 and 04)

  • "05-summaries.Rmd" (The Add Rows Family of Functions)

  • "06-table_option_functions.Rmd" (The Family of Table Option Functions)

  • "06z-PRACTICE-05-06.Rmd" (Practice with functions from modules 05 and 06)

You can navigate to any of these and modify the code within the self-contained R Markdown code chunks. Entire R Markdown files can be knit to HTML, where a separate window will show the rendered document.

The gt Installation

Normally you would install gt on your system by using install.packages():

install.packages("gt")

For this workshop, however, we are going to use the development version of gt and install it from GitHub with devtools::install_github().

devtools::install_github("rstudio/gt")

gt-workshop-2020's People

Contributors

rich-iannone 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.