View source: R/def_DocumentationDesc.R
| get_layer_documentation | R Documentation |
Function for generating the documentation of a specific layer.
get_layer_documentation(
layer_name,
title_format = "bold",
subtitle_format = "italic",
inc_img = FALSE,
inc_params = FALSE,
inc_references = FALSE
)
layer_name |
|
title_format |
|
subtitle_format |
|
inc_img |
|
inc_params |
|
inc_references |
|
Returns a string containing the description written in rmarkdown.
Other Utils Documentation:
build_documentation_for_model(),
build_layer_stack_documentation_for_vignette(),
get_desc_for_core_model_architecture(),
get_dict_cls_type(),
get_dict_core_models(),
get_dict_input_types(),
get_layer_dict(),
get_parameter_documentation()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.