This function generates a cleaner version of the palmerpenguins dataset with no missing values and only 5 variables: species, sex, island, bill_length and bill_depth (without the units as in the original dataset)

clean_penguins()