Recommended Packages Many useful R function come in packages, free libraries of code written by R's active user community. To install an R package, open an R session and type at the command line in...
HTTPS to Secure Your RStudio Shiny App Work Environment
HTTPS to Secure Your RStudio + Shiny App Work Environment Click any link in list below to jump to topic Creating a Friendly URL Route 53 to Host Domain and Create Subdomains AWS Certificate Manager for SSL keys AWS Elastic Load Balancers: HTTPS Redirection Installing Nginx & Creating Configuration Files I wanted to create this post as an addition to my previous post Running R on AWS EC2 and Logging into RStudio from Anywhere to show how to secure your AWS environment.
R-powered Excel for business analytics | Live Training
If you’re using Excel to collect, analyze, and interpret business data, you may be running into limitations that stop you from performing advanced, reproducible analysis. Speed up, automate, and validate your reporting and analytics with R, the po...
10 useful free Project Management Templates for Excel
We list 10 most useful Excel Project Management Templates that will help you with Tracking. Excel allows you to calculate data with formulas, use graphing tools, build charts, create macros and design pivot tables.
Developing a modern data workflow for regularly updated data
This Community Page article describes a data management workflow that can be readily implemented by small research teams and which solves the core challenges of managing regularly updating data. It includes a template repository and tutorial to assist others in setting up their own regularly updating data management systems.
R is a free software environment for statistical computing and graphics, available from The R Project for Statistical Computing. At Indiana University, R is ...
Package management: Using repositories in production systems | R-bloggers
Data science is characterized among other things using open source tools. An advantage when working with open source languages such as R or Python is the large package world. This provides tools for numerous use cases and problems through the development within huge communities. The packages are organized in digital ...
Excel Models Best Practices - Guide to Creating Great Excel Models
When working on large and complicated financial models in Microsoft Excel, it can be quite challenging to document them clearly for the users’ ease of use and understandability. We will discuss here several Excel models best practices and other useful tips and tricks that users can apply to maintain and audit your
Build the Perfect Productivity System with Paper Notebooks and Digital Tool
Apps aren't everything. Despite the plethora of to-do apps and note-taking apps available, pen and paper can still be a valuable productivity tool. In fact, paper note-taking and task management systems have been experiencing a revival in recent years, as we grapple with technology taking over our lives and...
The Best Productivity Apps of 2019 – Mac, Windows, Web, Android & iOS
It's time to get sh*t done this year. ? Check out Frank's roundup of the best productivity apps of 2021. Up your productivity game with Frank's top picks.
Shiny 1.0.4 is now available on CRAN. To install it, run: install.packages("shiny") For most Shiny users, the most exciting news is that file inputs now support dragging and dropping: It is now possible to add and remove tabs from a tabPanel, with the new functions insertTab(), appendTab(), prependTab(), and removeTab(). It is also possible to hide and show tabs with hideTab() and showTab(). Shiny also has a new a function, onStop(), which registers a callback function that will execute when the application exits.