Skip to content

Instantly share code, notes, and snippets.

@smach
Created November 11, 2014 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smach/fac13eefe1c669c2cb05 to your computer and use it in GitHub Desktop.
Save smach/fac13eefe1c669c2cb05 to your computer and use it in GitHub Desktop.
Test R Markdown for rCharts graphs and tooltip problem
---
title: "Dimple Tooltip Test"
author: "Sharon Machlis"
date: "November 11, 2014"
output: html_document
---
```{r, echo=FALSE}
load("testObject.Rda")
suppressPackageStartupMessages(library(rCharts))
```
You can also embed plots, for example:
```{r cw, echo=FALSE, cache=FALSE, results='asis'}
test$print("chart1", include_assets = TRUE, cdn=TRUE)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment