Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fields Word document #86

Closed
sebastianottmann opened this issue Feb 4, 2022 · 1 comment
Closed

Fields Word document #86

sebastianottmann opened this issue Feb 4, 2022 · 1 comment

Comments

@sebastianottmann
Copy link

Thank you for the great package.
I include a cover page in my markdown file, which is a separate Word file. Is there a possibility to define a field in the cover sheet (Word doc) which is then replaced by a value from my R markdown file (e.g., the number of participants in the survey)?

@resistor4u
Copy link

When I knit a set of Rmd, this works for me:

```{r pouring}
officer::block_pour_docx("templates/my_titlepage.docx")
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants