powered by
removes an element from the report according to its key in the current section.
remove_report_elem(id)
a string with the key of what is removed in the report.
# 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 DataLab