regressoR (version 1.1.7)

remove_report_elem: remove_report_elem

Description

removes an element from the report according to its key in the current section.

Usage

remove_report_elem(id)

Arguments

id

a string with the key of what is removed in the report.

Examples

Run this code
# NOT RUN {
new_report(iris, 'iris')
insert_report('1_part', 'Title 1', 'head(iris)\n', 'summary(iris)')
get_report()
remove_report_elem('1_part')
get_report()
clean_report()

# }

Run the code above in your browser using DataCamp Workspace