dstanley4 / apaTables

Development version of apaTables R package. Current stable version is on the CRAN.
http://dstanley4.github.io/apaTables/
Other
55 stars 13 forks source link

Enhancement request #35

Open bryanosborne opened 2 years ago

bryanosborne commented 2 years ago

Love apaTables!

As an enhancement request, I would suggest adding the equivalent of the corrr:focus() function to allow only a portion of the correlation table to be displayed and formatted in APA.

Thanks for the consideration! Bryan

dstanley4 commented 2 years ago

Thanks for the feedback - much appreciated!

Couldn’t you just do the following?

library(tidyverse) library(apaTables)

remove a few columns

attitude %>% select(-learning, -raises, -critical) %>% apa.cor.table()

use a subset of columns

attitude %>% select(rating, complaints, learning) %>% apa.cor.table()

Or maybe I’m missing something? Cheers, David

On May 5, 2022, at 1:24 PM, J. Bryan Osborne @.**@.>> wrote:

CAUTION: This email originated from outside of the University of Guelph. Do not click links or open attachments unless you recognize the sender and know the content is safe. If in doubt, forward suspicious emails to @.**@.>

Love apaTables!

As an enhancement request, I would suggest adding the equivalent of the corrr:focus() function to allow only a portion of the correlation table to be displayed and formatted in APA.

Thanks for the consideration! Bryan

— Reply to this email directly, view it on GitHubhttps://github.com/dstanley4/apaTables/issues/35, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AADGFZQXXKURKF5ZNO4PP5LVIP735ANCNFSM5VFXUCCA. You are receiving this because you are subscribed to this thread.Message ID: @.***>