funspotr icon indicating copy to clipboard operation
funspotr copied to clipboard

R function spotter, a helper package for identifying the functions and packages from files.

Results 4 funspotr issues
Sort by recently updated
recently updated
newest added

This is the use case I mentioned at the RStudio conference. I'd like to find functions called as arguments in apply functions or in something like `switch()` ```r file_lines

{funspotr} requires that all packages are installed locally for the function to be identified as coming from that package. Add example of using {funspotr} with {renv} to ensure all needed...

{funspotr} currently creates a new r instance before parsing each file: ![image](https://user-images.githubusercontent.com/30487784/182675272-74a08c70-60eb-41aa-b71b-7eb6ff3030e5.png) This slows things down -- explore if you can use https://github.com/klmr/box/ to replace the {callr} and {import} steps...