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

standard renderers + separate config file #22

Open
nanxstats opened this issue Apr 12, 2017 · 1 comment
Open

standard renderers + separate config file #22

nanxstats opened this issue Apr 12, 2017 · 1 comment
Assignees

Comments

@nanxstats
Copy link
Owner

So: standard renderers + .yml config file.

@nanxstats nanxstats self-assigned this Apr 12, 2017
@nanxstats
Copy link
Owner Author

nanxstats commented Apr 12, 2017

  • add call to lift() in render_docker() (while still export lift()).

  • maybe render_docker() will not call render() furthermore; instead, it will call *_docker functions based on the output_format specified, which will call html_document().

  • Mapping:

    render_docker() -> render()

    docker_html() -> html_document()
    docker_pdf() -> pdf_document()
    docker_word() -> word_document()
    docker_md() -> md_document()

  • users will write this in the RMD header:

output:
  liftr::docker_html:
    toc: true
    number_sections: true
    ...

Need to investigate the interface design of rmarkdown and knitr.

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

No branches or pull requests

1 participant