SkillAgentSearch skills...

Gior

A Declarative 3D Globe Data Visualization

Install / Use

/learn @JohnCoene/Gior
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gior

An htmlwidget for gio.js build for the Geneva R User Group. Not a work in progress, rather left unfinished on purpose. It comes with an accompanying blog post that explains its inner-working which will let you understand how to re-build or finish this package yourself.

About

This htmlwidget aims at demonstrating

  1. The ease with which one can build an htmlwidget such as plotly or leaflet.
  2. The surprisingly little knowledge of JavaScript that is required.
  3. Explain some amazing undocumented features of htmlwidgets.

Installation

Install from Github.

devtools::install_github("JohnCoene/gior")

Example

This is a basic example which shows you how to solve a common problem:

data("country_data")

country_data %>%
  gior() %>%
  g_data(from, to, value)

Documentation

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated6y ago
Forks1

Languages

R

Security Score

65/100

Audited on Mar 30, 2020

No findings