Replies: 3 comments 3 replies
-
Is this your only command that executes R code? If so, you need to explicitly add engine: knitr to your frontmatter. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your fast reply. This is my full document:
So essentially I am publishing a bunch of tables on Confluence. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Moved to #5916 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The publish command does not seem to work with r code in the YAML headers.
I want to publish to Confluence and specify the title with R code. At the moment there are random numbers appended at the title of the Confluence pages. According to documentation this is done to ensure name uniqueness. I want to make the title of the Confluence page to be the current date:
However after running the
publish confluence
command the resulting Confluence page has this name:Beta Was this translation helpful? Give feedback.
All reactions