TRUE when name complies with policy, FALSE otherwise.
Arguments
name_s
a string that is the class name to be checked
strictSyntax_b_1
A boolean value. When TRUE, allowed character set is [A-Za-z0-9]+. A
class name must start with an uppercase letter. The name is required to be camel cased,
although this cannot be checked.
When FALSE, allowed character set is [A-Za-z0-9_.]+.
Classic R class naming applies.