varIsValid | R Documentation |
Checks the validity of a given variable name for a certain type of ECAC hockey data
varIsValid(variableName, type)
variableName |
name of Variable to check |
type |
type of variable to check ('team', 'skaters', 'goalies', or' game') |
TRUE if variableName is valid, FALSE otherwise
varIsValid(variableName="Goals", type="skaters") # TRUE varIsValid(varaibleName="Assists", type="goalies") # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.