This function checks if a variable name is correct following the style guide.
     
    
    
    Arguments
- string
 
The variable name. Can also be a list of names.
 
 
    
    Value
    The result of the check. This can be: "Correct","spaces in name",
"Wrong characters in name","No 3-letter prefix",
"Word after prefix has no capital letter"
and "Words after first word have capital letters"