Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Incorrect column name generates missing output #123

Closed
aravindhebbali opened this issue Feb 28, 2024 · 0 comments
Closed

Incorrect column name generates missing output #123

aravindhebbali opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels

Comments

@aravindhebbali
Copy link
Member

The following column names have changed in ds_freq_table():

  • Cum Frequency to Cum.Frequency
  • Cum Percent to Cum.Percent
library(descriptr)
ds_freq_table(mtcarz, cyl)
#>                              Variable: cyl                              
#> -----------------------------------------------------------------------
#> Levels     Frequency    Cum Frequency       Percent        Cum Percent  
#> -----------------------------------------------------------------------
#>    4          11                34.38        
#> -----------------------------------------------------------------------
#>    6           7                21.88        
#> -----------------------------------------------------------------------
#>    8          14                43.75        
#> -----------------------------------------------------------------------
#>  Total        32              -             100.00              -      
#> -----------------------------------------------------------------------

Created on 2024-02-28 with reprex v2.0.2

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant