Giter VIP home page Giter VIP logo

brshinyappsgallery's Introduction

brshinyapps

(Texto disponível em Português e Inglês)
(Portuguese and English versions available)

Galeria de apps Shiny desenvolvidos por usuários brasileiros de R.

Gallery of Shiny apps developed by brazilian R users.

Para contribuir | To contribute

Você está mais que incentivado para submeter seus apps para aparecer aqui. Por favor crie uma issue para que seu Shiny app seja incluído aqui. Ao criar sua issue, por favor forneça links para um print da tela do app e para o próprio app. Para ajudar ainda mais, use a função abaixo e cole na issue seu output:

You are encouraged to submit your apps to be shown here. Please open an issue to ask for your shiny app to be included in this README. When writing your issue, please provide urls for both a screenshot of the app and for the app itself. To be even more helpful, paste the output of the function below:

nova_submissao <- function(app_name, screenshot, app_url){
  
  html <- sprintf(
    '[<img src="%s" width="480" height="300">](%s)',
    screenshot, app_url
    )
  
  header <- sprintf("### %s", app_name)
  
  cat(paste0(
    header,
    "\n",
    html
  ))
}

# Example:
nova_submissao("meu_app",
               "https://i.imgur.com/MP2nQEJ.jpg?1",
               "https://giars.shinyapps.io/shiny-redes/")

Galeria | Gallery

Olx Map Search

Pesquisas Eleitorais 2018

Aplicação de Análise de Redes Sociais - GIARS

Enem e Censo das Escolas de Santa Catarina

Carômetro

Word Cloud

appPCAkmeans

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.