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

Add function to customize report #41

Closed
boxuancui opened this issue Dec 21, 2016 · 2 comments
Closed

Add function to customize report #41

boxuancui opened this issue Dec 21, 2016 · 2 comments

Comments

@boxuancui
Copy link
Owner

@boxuancui boxuancui commented Dec 21, 2016

  • Pick what to appear in report.
  • Able to customize each chart.
@boxuancui
Copy link
Owner Author

@boxuancui boxuancui commented Jan 2, 2018

Might be able to customize report through

rmarkdown::render(
	...,
	params = list(
		data = data,
		report_configuration = list() ## function name should be the key and associated arguments should be the list value
	)
)
@leppott
Copy link

@leppott leppott commented Feb 19, 2018

I added the following into the YAML header to get date/time and author of the report.

author: "r Sys.getenv('USERNAME')"
date: "r Sys.time()"

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.