You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating the freq_tbl() function can be done in isolation, but it is part of a bigger effort to retool the freqtables package in several important ways. For example, this is also related to using group_by() with freq_tbl() and freq_table() (#40).
mbcann01
changed the title
Create a quick_table function (or something like that) that just returns the n and percent.
Create the freq_tbl function
Feb 17, 2024
I created a file for doing some initial testing. It's called wiki_development_notes.qmd. Right now, I'm just trying to get freq_tbl() working the way I want it to. I will document it and put it in R scripts later.
Overview
This is documented in the wiki.
Creating the
freq_tbl()
function can be done in isolation, but it is part of a bigger effort to retool thefreqtables
package in several important ways. For example, this is also related to usinggroup_by()
withfreq_tbl()
andfreq_table()
(#40).Tasks
iss-39-freq-tbl
, for working on this issue.The text was updated successfully, but these errors were encountered: