markmap: Create a markmap widget

Description Usage Arguments Value Examples

Description

This function creates a markmap widget using htmlwidgets. The widget can be rendered on HTML pages generated from R Markdown,Shiny,or other applications.

Usage

1
2
markmap(path, width = NULL, height = NULL, elementId = NULL,
  options = markmapOption())

Arguments

path

the path of markdown file

width

the width of the markmap

height

the height of the markmap

options

the markmap options

Value

A HTML widget object rendered from a given document.

Examples

1
2
md<-system.file('examples/test.md',package = 'Rmarkmap')
markmap(md)

seifer08ms/Rmarkmap documentation built on May 29, 2019, 5:53 p.m.