NEWS.md

migrate 0.4.0

Breaking Changes

The term date seemed too specific to use in the migrate() function, so it was replaced by the more general term, time. Instead of holding users to using Date-type column variables, this change allows them flexibility to migrate from Time A --> Time B, for example.

Other Features & Improvements

migrate(
  data = mock_credit,
  id = customer_id,
  time = date,
  state = risk_rating
)
# > === Migrating from: `2020-06-30` --> `2020-09-30` ===
# > ... [output] ...

migrate 0.3.0

migrate 0.2.0

migrate 0.1.0



Try the migrate package in your browser

Any scripts or data that you put into this service are public.

migrate documentation built on Oct. 16, 2021, 1:06 a.m.