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

[TODO] Add rmarkdown export options #1

Open
cedricbatailler opened this issue Sep 18, 2016 · 0 comments
Open

[TODO] Add rmarkdown export options #1

cedricbatailler opened this issue Sep 18, 2016 · 0 comments

Comments

@cedricbatailler
Copy link
Owner

Adding a function which would export apastylr object with rmarkdown formatting.

For now, apastylr objects don't comply to APA format because of missing italics. For example, object exported are p < .001 instead of p < .001.

One way to implement it would be with piping:

my_model %>% apastylr(statistics = "F") %>% apastylr_rmd_export()

@cedricbatailler cedricbatailler changed the title [Todo] Add rmarkdown export options [TODO] Add rmarkdown export options Sep 18, 2016
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

1 participant