Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

nldoc_write_nldoc

Write NetLogo documentation


Description

Write NetLogo documentation

Usage

nldoc_write_nldoc(
  noxygen,
  noxygen_it,
  noxygen_gui,
  noxygen_bs,
  outpath,
  output_format,
  number_sections,
  theme,
  date,
  toc
)

Arguments

noxygen

list with parsed and processed noxygen tags from NetLogo model code

noxygen_it

list with parsed and processed infotab strings

noxygen_gui

list with parsed and processed noxygen tags from NetLogo GUI elements

noxygen_bs

list with parsed and processed noxygen tags from NetLogo behavior space experiments

outpath

Path to folder where rendered documentation should be created

output_format

either "html", "pdf" or "docx"

theme

markdown theme, supported themes are "journal", "cerulean", "flatly", "readable", "spacelab", "united", "cosmo"

date

date that is printed in the documentation header

toc

TRUE/FALSE, if TRUE the documentation contains a table of contents - only for html and pdf output format

number_ections

TRUE/FALSE, if TRUE sections in the documentation will be numbered

Details

The procedure uses parsed and processed noxygen tags to create and render a markdown documentation in the specified format.

Value

list containing NetLogo GUI elements


nlrx

Setup, Run and Analyze 'NetLogo' Model Simulations from 'R' via 'XML'

v0.4.2
GPL-3
Authors
Jan Salecker [aut, cre] (<https://orcid.org/0000-0002-9000-4229>), Marco Sciaini [aut] (<https://orcid.org/0000-0002-3042-5435>), Marina Papadopoulou [rev] (Marina reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/262>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.