Giter Club home page Giter Club logo

amelia-broom-huxtable's Introduction

Hello there ๐Ÿ‘‹

Iโ€™m an assistant professor in the Department of Public Management and Policy at the Andrew Young School of Policy Studies at Georgia State University. I research nonprofits and NGOs, human rights, public policy/administration, and causal inference.

I teach classes about R, data science, data visualization, and causal inference (as well as non-technical classes on economics nonprofits, and public administration). All my course materials are open source, Creative Commons-licensed, and free!

Iโ€™m also a certified RStudio instructor and a Posit Academy mentor and absolutely love teaching how to use R and the tidyverse.

You can find me online at all these places:

amelia-broom-huxtable's People

Contributors

andrewheiss avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

gdutz

amelia-broom-huxtable's Issues

is there a way to *not* protect latex?

It would be nice to be able to be able to use raw LaTeX text in a specified table column (or in column headings) ... is there a way to do this, or could there be? I poked around for a while ...

huxtable

library(huxtable)
tt <- tribble_hux(
       ~ Name,             ~ Salary,
         "$\\alpha",       50000,
         "Jane Doe$^2$",         50000,
         "$\\sum_{i=1} x_i", 50000,
         add_colnames = TRUE
)
cc <- function(...) cat(...,file="tmp.tex")
cc("\\documentclass{article}\n")
texpkgs <- c("array","caption","graphicx","siunitx","multirow",
             "hhline","calc","tabularx")
for (tt in texpkgs) {
    cc(sprintf("\\usepackage{%s}\n",tt),append=TRUE)
}
cc("\\usepackage[table]{xcolor}\n\\begin{document}",append=TRUE)
cc(to_latex(tt),append=TRUE)
cc("\\end{document}",append=TRUE)
system("pdflatex tmp.tex")

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.