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
Assignees
Labels
status: cran Work is accepted by CRAN status: develop Work is pushed to develop branch status: master Work is pushed to master branch type: enhancement Improvement on an existing feature
Milestone

Comments

@boxuancui
Copy link
Owner

  • Pick what to appear in report.
  • Able to customize each chart.
@boxuancui boxuancui added the type: enhancement Improvement on an existing feature label Dec 21, 2016
@boxuancui
Copy link
Owner Author

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 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()"

@boxuancui boxuancui mentioned this issue Apr 23, 2018
boxuancui added a commit that referenced this issue May 27, 2018
@boxuancui boxuancui added the status: develop Work is pushed to develop branch label May 27, 2018
@boxuancui boxuancui added status: develop Work is pushed to develop branch status: master Work is pushed to master branch status: cran Work is accepted by CRAN and removed status: develop Work is pushed to develop branch labels May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: cran Work is accepted by CRAN status: develop Work is pushed to develop branch status: master Work is pushed to master branch type: enhancement Improvement on an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants