I think we should convert the 0/1 indicator variables in the eruption data to logical (TRUE, FALSE) in the data set that is created for use in R. R users would naturally expect these types of variables to be represented as logicals. The variables (columns) are:
has_seconds
exact
near_start
in_eruption
electronic
approximate
webcam
initial
major
minor
questionable
This needs to be decided before I write the details for the help file for the eruptions data gt_load_eruptions.
I think we should convert the 0/1 indicator variables in the eruption data to logical (TRUE, FALSE) in the data set that is created for use in R. R users would naturally expect these types of variables to be represented as logicals. The variables (columns) are:
This needs to be decided before I write the details for the help file for the eruptions data
gt_load_eruptions
.