Rmarkdown and confluence page. HTML format issue

I've built an Rmarkdown to automate updating a summary table in confluence page. Now, I'm expanding this page to accommodate dataTables too.

But the problem is;

output:
  conflr::confluence_document:
    space_key: "DCKey"
    update: true

Looks like Rstudio generates the output as a confluence document and not in html_format expected by the DT.

Is there a way we can include html_document to the output yaml so to include HTML formatted dataTables too.

Error: Functions that produce HTML output found in document targeting commonmark output.
Please change the output type of this document to HTML. Alternatively, you can allow
HTML output in non-HTML formats by adding this option to the YAML front-matter of
your rmarkdown file:

  always_allow_html: true

Note however that the HTML output will not be visible in non-HTML formats.

In addition: Warning messages:
1: package 'rmarkdown' was built under R version 4.0.3 
2: package 'DT' was built under R version 4.0.3 
3: package 'dplyr' was built under R version 4.0.3 
4: package 'kableExtra' was built under R version 4.0.3 
Execution halted

You are using a specific format from the conflr :package: . You should ask for support in their Github repo.

Currently, the document format does not seem to support Htmlwidgets. See know-limitation in the README

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.