Giter Club home page Giter Club logo

hotr's People

Contributors

brazadas avatar camilaachuri avatar ddazal avatar jpmarindiaz avatar lenafm avatar marianaviro avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hotr's Issues

Can a parameter be added to hotr for making columns disctinctable?

For example in the gender app: the output is going to be the same table as the input table but with an extra column (the columns which the guessed genders). We want this column to be highlighted or distinguished (styles changes). It can also apply for rows and cells.

Color in special column

For example in apps is important to highlight column when I choose in selector variables to plot

imagen

Gender and Total victims will must be highlighted

hotr function trims columns

When used as follows, the data in input$data_input seems to be trimmed at 26 columns even if inputData() has more columns.

hotr("data_input", data = inputData(), options = list(height = 200))

Fringe is null in dataset

Los datos son los siguientes:
https://docs.google.com/spreadsheets/d/1Ro5sLWe6Dz-8Xqhj2BNlyyWTqKXkPBjyPBNXB636GBI/edit#gid=2139997082

Al cargar esta base el resultado del fringe es NULL

library(shiny)
library(hotr)
library(shinypanels)
library(tidyverse)

ui <- panelsPage(
panel(title = "First Panel", color = "chardonnay", collapsed = FALSE, width = 350,
head = NULL,
body = verbatimTextOutput('test'),
footer = NULL
),
panel(title = "Second panel", color = "chardonnay", collapsed = FALSE, width = 350,
head = NULL,
body = uiOutput("dataTable"),
footer = NULL
)
)

server <- function(input, output, session) {

output$dataTable <- renderUI({
d_mex <- read_csv("Desaparecidos en México. Source_ El Universal - desaparecidos-mex_data.csv")
hotr('hot-table', data = d_mex)
})

output$test <- renderPrint(input$hot-table)
}
shinyApp(ui,server)

default grid column names (A, B, C, ...) should be posible to overwrite?

i think it could be useful ---especially for the apps-- to overwrite this names so that it can be a guide for the correct content of the column. Moreover, as it establish the correct content of every column there will be no need -- as in the bar chart race app or gender app -- to use selectors so that the user indicates which column has the information needed... Also, it would be good when a user fills the table from scratch
Screenshot from 2020-06-08 12-07-48
Screenshot from 2020-06-08 12-09-30

hotr changed date format

For example my input is 04-05-2020 hotr automatically change the value by 2020-05-04, however is important that it keep the initial format

Example:
image

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.