xportr_type()
would overwrite
column labels, widths, and “sas.formats”xportr_order()
to give better
visibility of the number of variables being reordered.xportr_write()
to allow users to
specify how xpt validation checks are handled.xportr_type()
to make type coercion more
explicit.xpt_validate
updated to accept iso8601 date formats.
(#76)xportr_metadata()
to explicitly set
metadata at the start of a pipeline (#44)xportr_order()
to prevent character sorting (#149)xportr_*
functions when the
metadata being used has multiple variables with the same name in the
same domain (#128)xport_type()
where DT
,
DTM
variables with a format specified in the metadata
(e.g. date9., datetime20.) were being converted to numeric, which will
cause a 10 year difference when reading it back by
read_xpt()
. SAS’s uniform start date is 1960 whereas
Linux’s uniform start date is 1970 (#142).|>
that was causing
functions to abort (#97)<
and >
as illegal
characters in variable and dataset labels (#98){pkgdown}
site to bootswatch. Enabled search and
linked slack icon (#122).xpts
created (#84)metacore
argument has been renamed to
metadata
in the following six xportr functions:
xportr_df_label()
, xportr_format()
,
xportr_label()
, xportr_length()
,
xportr_order()
, and xportr_type()
. Please
update your code to use the new metadata
argument in place
of metacore
.Beta release for xportr
xportr_varnames
and
xportr_tidy_rename
into dev
folder found on
GitHub Repostiory. Intention to move into packages after CRAN
release.Initial alpha release of xportr