Git Product home page Git Product logo

Comments (2)

jjallaire avatar jjallaire commented on July 30, 2024

I think the option you want is echo = FALSE rather than include = FALSE
(include says don't include the output or code of a chunk).

On Fri, May 15, 2015 at 8:20 AM, jpmarindiaz [email protected]
wrote:

Hi

Before I upgraded to rmarkdown package version 0.6.1. I could simply use
include = FALSE in the R chunks and I would get the htmlwidget rendered
without the chunk code as expected.
Now, when I use include = FALSE in the chunks, the htmlwidgets do not get
rendered at all.

Here is an example from the networkD3 htmlwidget:


title: "R Markdown networkD3"
output:
html_document:

toc: true

simpleNetwork

library(networkD3)
src <- c("A", "A", "A", "A", "B", "B", "C", "C", "D")
target <- c("B", "C", "D", "J", "E", "F", "G", "H", "I")
networkData <- data.frame(src, target)
simpleNetwork(networkData)

R version 3.1.3 (2015-03-09)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.10.2 (Yosemite)

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] htmlwidgets_0.3.3

loaded via a namespace (and not attached):
[1] digest_0.6.8 htmltools_0.2.6 knitr_1.10.5 rmarkdown_0.6.1 rsconnect_0.3.78
[6] tools_3.1.3 yaml_2.1.13


Reply to this email directly or view it on GitHub
#108.

from htmlwidgets.

jpmarindiaz avatar jpmarindiaz commented on July 30, 2024

@jjallaire you are right!
sorry about the confusion

from htmlwidgets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.