aenvironment

library(htmltools)
div(
  class = "row",
  div(
    class = "col-md-3",
    img(src = "logo.png")
  ),
  div(
    class = "col-md-9",
    "Environments for",
    tags$a(
      href = "https://aframer.john-coene.com",
      target = "_blank",
      "aframer"
    )
  )
)

Installation

You can install the released version of aenvironment from CRAN with:

# install.packages("devtools")
devtools::install_github("JohnCoene/aenvironment")

Presets

18 built-in presets.

Example

library(aframer)
library(aenvironment)

embed_aframe(
  a_scene(
    a_dependency(),
    aenvironment_dependency(),
    a_environment(
      environment = aframer::opts_aframe(
        preset = "forest"
      )
    )
  )
)


JohnCoene/aenvironment documentation built on May 24, 2019, 9:52 a.m.