Press "Enter" to skip to content

Posts tagged as “tidyr”

What is leaflet package in R?

Zigya Acadmey 0

What’s leaflet? The leaflet is an open-source JavaScript library for interactive web maps. The leaflet is designed with simplicity, performance, and usability in mind. It’s lightweight, simple, and flexible, and is probably the most popular open-source mapping library…

What is tidyr package in R?

Zigya Acadmey 0

tidyr is new package that makes it easy to “tidy” your data. Tidy data is data that’s easy to work with: it’s easy to munge (with dplyr), visualise (with ggplot2…