Prompt User to Continue with Yes/No Input
ask_user_continue.Rd
This function continuously prompts the user with a message asking whether they want to continue. It accepts either 'Y' (for Yes) or 'N' (for No) as valid inputs. The function will keep prompting the user until they provide valid input.