Skip to content
View edavidaja's full-sized avatar

Organizations

@rstats-wtf
Block or Report

Block or report edavidaja

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
edavidaja/README.md

E. David Aja

data person.

Pinned

  1. you-should-use-renv you-should-use-renv Public

    rstudioconf::2022 talk

    R 4

  2. todo-backend-plumber todo-backend-plumber Public

    a todo backend, implemented in R

    R 4 2

  3. nord-rstudio nord-rstudio Public

    Nord for RStudio

    27 8

  4. todoordie todoordie Public

    Write TODOs in Code That Ensure You Actually Do Them

    R 2 1

  5. convert legacy xls files to xlsx files convert legacy xls files to xlsx files
    1
    library(purrr)
    2
    
                  
    3
    xls_to_xlsx  <- function(file) {
    4
      if (fs::path_ext(file) != "xls") {
    5
        stop("file must have extension xls")    
  6. multiplex multiplex Public

    a reveal.js multiplex server

    TypeScript