Closed zkamvar closed 2 years ago
If R interprets a BASH query with ? and * wildcards as an R expression, then it will parse it as help as shown in #137
?
*
This fixes #137 by exiting href_topic() if the length of the topic is greater than 1
href_topic()
Thanks!
If R interprets a BASH query with
?
and*
wildcards as an R expression, then it will parse it as help as shown in #137This fixes #137 by exiting
href_topic()
if the length of the topic is greater than 1