# NOT RUN {
# Format numbers to have more digits
skim_format(numeric = list(digits = 3))
# Show the values for the formats
show_formats
# Show 4-character names in factor levels
skim_format(.levels = list(max_char = 4))
# Reset to the defaults
skim_format_defaults()
# }
Run the code above in your browser using DataLab