hipread_freqs | R Documentation |
Calculate the frequency of values in all variables in a fixed width file. Does so without holding the whole data in memory or creating a full R data.frame and calling R code on interim pieces. (Probably only useful inside IPUMS HQ).
hipread_freqs(
file,
var_info,
rt_info = hip_rt(1, 0),
compression = NULL,
progress = show_progress()
)
file |
A filename |
var_info |
Variable information, specified by either |
rt_info |
A record type information object, created by |
compression |
If |
progress |
A logical indicating whether progress should be
displayed on the screen, defaults to showing progress unless
the current context is non-interactive or in a knitr document or
if the user has turned off readr's progress by default using
the option |
A list of frequencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.