run_paste_from_xl()
R/paste_from_xl.R
dot-check_assigned_input.Rd
If user specified a syntactically invalid variable name, provides a suggested name and asks user to accept or change it.
.check_assigned_input(input_name)
variable name as a string
user assigned name as a string
if (FALSE) { .check_assigned_input(' 1 bad name') }