Skip to content

Releases: dbosak01/fmtr

fmtr v1.7.0

Choose a tag to compare

@dbosak01 dbosak01 released this 20 Oct 08:07
  • Added fmt_mean_stderr() helper function.
  • Handle variations on “best” format specification

fmtr v1.6.9

Choose a tag to compare

@dbosak01 dbosak01 released this 10 Sep 00:43
  • Added "best" format to fapply() function. This format recreates the "best." format in SAS.

fmtr v1.6.5

Choose a tag to compare

@dbosak01 dbosak01 released this 14 Jun 16:07
  • Add %q and %Q format codes for quarters. Do not exist in Base R.

fmtr v1.6.4

Choose a tag to compare

@dbosak01 dbosak01 released this 10 May 04:49
  • Allow single item vector lookup.
  • Added read.flist() and write.flist() functions.
  • Fixed note on fapply() of flist object.
  • Fixed minor issues with as.fcat().
  • Added "Factor" column to UDF data frame conversion. Will allow user to set
    "as.factor" property from a data frame.

fmtr v1.6.3

Choose a tag to compare

@dbosak01 dbosak01 released this 10 Jan 17:35
  • Improved documentation and examples.

fmtr v1.6.2

Choose a tag to compare

@dbosak01 dbosak01 released this 10 Nov 13:32
  • Added "as.factor" parameter to value() function to convert results to a factor.

fmtr v1.5.9

Choose a tag to compare

@dbosak01 dbosak01 released this 08 Sep 11:27
  • Changed default separator on fapply2() to a blank space. This seems
    like a more useful default.
  • Allowed label on user-defined format to be a string format. This means
    a string format can be executed conditionally.
  • Added "type" parameter to fmt_quantile_range() function so user can
    specify the type of quantile algorithm to use.
  • Added output logging.
  • Updated logo.

fmtr v1.5.8

Choose a tag to compare

@dbosak01 dbosak01 released this 08 Aug 12:25
  • BREAKING CHANGE: Removed the labels.data.frame() function
    from this package,
    as it has now been moved to the common package. A dependency has been
    added to fmtr so that the common package will be loaded automatically,
    and the labels.data.frame() function will be available automatically.
    However, if you use fully qualified function calls in your programs,
    such as fmtr::labels(), these calls will be broken, and will have to be
    changed to common::labels().
  • Fixed bug on fapply() that was causing it to pick up and apply
    haven format attributes.
  • Added fapply2() function to format and combine two variables.
  • Added na and zero parameters to fmt_cnt_pct() to apply specified string
    in cases where the count is NA or zero.

fmtr v1.5.7

Choose a tag to compare

@dbosak01 dbosak01 released this 01 Jul 19:05
  • Fixed fapply() so that NA values in data are returned as NA instead of a string "NA".

fmtr v1.5.5

Choose a tag to compare

@dbosak01 dbosak01 released this 14 Jan 11:50
  • Fixed bug in as.fmt.data.frame() that was converting all label and order
    values to character. Now it will return the stored data type.
  • Added sd_format parameter to the fmt_mean_sd() function to format the
    standard deviation separately if desired.
  • Documentation fixes/updates.