
Check if a language object matches a template language object
Source:R/utils.R
dot-matchesLangTemplate.RdIf
template == str2lang("."), it will match anything.If
template == str2lang(".name"), it will match any name.If
template == str2lang(".call()"), it will match any call.