Skip to contents

Function for generating the documentation of a specific layer.

Usage

get_layer_documentation(
  layer_name,
  title_format = "bold",
  subtitle_format = "italic",
  inc_img = FALSE,
  inc_params = FALSE,
  inc_references = FALSE
)

Arguments

layer_name

string Name of the layer.

title_format

string Kind of format of the title.

subtitle_format

string Kind of format for all sub-titles.

inc_img

bool Include a visualization of the layer.

inc_params

bool Include a description of every parameter of the layer.

inc_references

bool Include a list of literature references for the layer.

Value

Returns a string containing the description written in rmarkdown.