Found 153 bookmarks
Newest
Shiny in Production: App and Database Syncing :: Thomas Roh — Data Science
Shiny in Production: App and Database Syncing :: Thomas Roh — Data Science
When using shiny in production, often you will want to have some sort of database interactions for storing and accessing data. The DBI package provides an easy way to do the database interactions with a variety of SQL database flavors. In this example, I’m going to use a SQLite in memory database for reproducibility. In practice, you will just switch to the code to use a persistent database. Let’s start by creating a table to right to.
·roh.engineering·
Shiny in Production: App and Database Syncing :: Thomas Roh — Data Science
R shiny app dashboards in 2021: The Ultimate Guide for Busy People
R shiny app dashboards in 2021: The Ultimate Guide for Busy People
In this guide you’ll find both original content and curated resources to: + Build R shiny apps from scratch + Select the optimal dashboard framework for your R shiny app dashboard + R packages to build interactive, professional quality data visualization + Improve the user experience and dashboard speed tricks + All the ways you can deploy and share R shiny app dashboards + Lessons from a dashboard veteran for better R shiny app dashboards
·yakdata.com·
R shiny app dashboards in 2021: The Ultimate Guide for Busy People
R shiny app dashboards in 2021: The Ultimate Guide for Busy People – YakData brightRserver
R shiny app dashboards in 2021: The Ultimate Guide for Busy People – YakData brightRserver
In this guide you’ll find both original content and curated resources to: + Build R shiny apps from scratch + Select the optimal dashboard framework for your R shiny app dashboard + R packages to build interactive, professional quality data visualization + Improve the user experience and dashboard speed tricks + All the ways you can deploy and share R shiny app dashboards + Lessons from a dashboard veteran for better R shiny app dashboards
·yakdata.com·
R shiny app dashboards in 2021: The Ultimate Guide for Busy People – YakData brightRserver
Interactive Viewing of Spatial Data in R • mapview
Interactive Viewing of Spatial Data in R • mapview
Quickly and conveniently create interactive visualisations of spatial data with or without background maps. Attributes of displayed features are fully queryable via pop-up windows. Additional functionality includes methods to visualise true- and false-color raster images and bounding boxes.
·r-spatial.github.io·
Interactive Viewing of Spatial Data in R • mapview
Developing a complex R Shiny app – the good, the bad and the ugly | WZB Dat
Developing a complex R Shiny app – the good, the bad and the ugly | WZB Dat
Together with Clara Bicalho (UC Berkeley) and Sisi Huang (WZB), I recently developed a web application that acts as a convenient interface to the DeclareDesign R package and its repository of resea…
·datascience.blog.wzb.eu·
Developing a complex R Shiny app – the good, the bad and the ugly | WZB Dat
Shiny Modules
Shiny Modules
In this article we look at how to build a shiny app with clear code, reusable and automatically tested modules. For that, we first go into the package structure and testing a shiny app before we focus on the actual modules.
·inwt-statistics.com·
Shiny Modules
shinyMatrix - Matrix Input for Shiny Apps
shinyMatrix - Matrix Input for Shiny Apps
In this post we’d like to introduce you to our new R package shinyMatrix. It provides you with an editable matrix input field for shiny apps.
·inwt-statistics.com·
shinyMatrix - Matrix Input for Shiny Apps
No Framework, No Problem! Structuring your project folder and creating cust
No Framework, No Problem! Structuring your project folder and creating cust
Pedro Coutinho Silva is a software engineer at Appsilon Data Science. It is not always possible to create a dashboard that fully meets your expectations or requirements using only existing libraries. Maybe you want a specific function that needs to be custom built, or maybe you want to add your own style or company branding. Whatever the case, a moment might come when you need to expand and organize your code base, and dive into creating a custom solution for your project; but where to start?
·rviews.rstudio.com·
No Framework, No Problem! Structuring your project folder and creating cust
Exploring Data - Creating Reactive Web Apps with R and Shiny
Exploring Data - Creating Reactive Web Apps with R and Shiny
I developed a web application to enable exploration of the data collected by a survey of software testers. I explain how R and Shiny can be used to create reactive web applications which make data accessible to a wider audience.
·blog.scottlogic.com·
Exploring Data - Creating Reactive Web Apps with R and Shiny