mnis_tidy {mnis}R Documentation

Functions to tidy up the variable names returned from the API, and turn dates and datetimes to POSIXct.

Description

Functions to tidy up the variable names returned from the API, and turn dates and datetimes to POSIXct.

member_tidy

ref_tidy

Usage

mnis_tidy(df, tidy_style = "snake_case")

member_tidy(df)

ref_tidy(df, tidy_style)

Arguments

df

The tibble to tidy.

tidy_style

The style to tidy the tibble with.


[Package mnis version 0.3.1 Index]