Using the acct_type_balance data frame, fill in the blanks i…
Using the acct_type_balance data frame, fill in the blanks in the code below to generate a violin plot of the variable balance separately for each type of account (variable bank_account_type). Fill in only what is needed to complete the code. Do not repeat what is already there. acct_type_balance |> ( ~ , = “violin”)
Read Details