Closed jmrichardson closed 7 years ago
Hi,
Thanks for the package. How do I get rid of the "..." when running the command:
> df <- es %search% for_everything ... >
Thanks
You could try,
suppressMessages( df <- es %search% for_everything )
Hi,
Thanks for the package. How do I get rid of the "..." when running the command:
Thanks