Skip to content
View DeepanshKhurana's full-sized avatar
💻
Learning
💻
Learning

Organizations

@Appsilon
Block or Report

Block or report DeepanshKhurana

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

Pinned

  1. Appsilon/LogAnalyzer Appsilon/LogAnalyzer Public

    A LogAnalyzer app for checking logs in Posit Connect

    R 5 1

  2. Appsilon/shiny.i18n Appsilon/shiny.i18n Public

    Shiny applications internationalization made easy

    R 166 37

  3. Hrafnagud-Dynamo Hrafnagud-Dynamo Public

    R 6 2

  4. custom-tippy-r custom-tippy-r Public

    A custom implementation for tippy.js

    R

  5. Editable Reactable (with Modals) Editable Reactable (with Modals)
    1
    library(shiny)
    2
    library(reactable)
    3
    library(dplyr)
    4
    
                  
    5
    ui <- fluidPage(
  6. Format Prices Format Prices
    1
    #' @export
    2
    #'
    3
    true_round <- function(number, digits) {
    4
      number <- as.numeric(number)
    5
      posneg <- sign(number)