Skip to content

timelyportfolio/d3radarR

 
 

Repository files navigation

```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
  comment = "#>",
  tidy = FALSE,
  error = FALSE,
  fig.width = 8,
  fig.height = 8)
```

# {{ name }}

> {{ title }}

{{#travis_shield}}
[![Linux Build Status](https://travis-ci.org/{{ gh_username }}/{{ name }}.svg?branch=master)](https://travis-ci.org/{{ gh_username }}/{{ name}})
{{/travis_shield}}
{{#appveyor_shield}}
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/{{ gh_username }}/{{ name }}?svg=true)](https://ci.appveyor.com/project/{{ gh_username }}/{{ name }})
{{/appveyor_shield}}
[![](http://www.r-pkg.org/badges/version/{{ name }})](http://www.r-pkg.org/pkg/{{ name }})
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/{{ name }})](http://www.r-pkg.org/pkg/{{ name }})


{{ description }}

## Installation

```{r eval = FALSE}
devtools::install_github("{{ gh_username }}/{{ name }}")
```

## Usage

```{r}
library({{ name }})
```

## License

{{ license }} © [{{ author }}](https://github.com/{{ gh_username }}).

About

d3 updating radar chart htmlwidget for R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.1%
  • R 8.9%