-
Johnson & Johnson
- Prague, Czech Republic
- https://denisabd.github.io/website
Pinned Loading
-
pynarrator
pynarrator PublicTemplate-based NLG system for Python that uses gpt 3.5 turbo to improve narratives created
JavaScript 2
-
async_shiny
async_shiny PublicAsync shiny modules - create scalable applications using modules that don't block the main session. Both cross-session and intra-session
R 1
-
R tidyverse useful tricks
R tidyverse useful tricks 1library(tidyverse)
23data <- tibble::tibble(
4x = c(1, 2, NA, 2, NA),
5y = c("a", NA, "b", NA, "b"),
-
RStudio Snippets
RStudio Snippets 1snippet shiny:module
2${1:name}UI <- function(id) {
3ns <- NS(id)
4tagList(
5${0}
-
Async Progress Bar in R Shiny
Async Progress Bar in R Shiny 1library(shiny)
2library(future)
3library(promises)
45plan(multisession, workers = 4)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.