The final output contains both rows with houses inside a geofence and houses not belonging to anything.
I have not used views/visuals nor followed the article you’ve sent me yet.
@lelloba I’m having a terrible time installing and getting R to work to run your Snippet Node. Are you running an Apple or Windows machine? Is this the link Rtools42 for Windows where I can install all the KNIME Console packages in red text? Thanks
So, ten hours in and I cannot get R (installed latest version of R and Rtools) to work. The R Snippet throws error notices. I’ll have to search out another method. Thanks for your help.
@smithcreed Getting R to run with KNIME can be tricky to do (took me a while the last time I did it). I may have a different approach to that problem. If all you want is the code snippet, you can get it from the settings.xml of that node:
Save the imported workflow to your workspace
Open your workspace in the Windows Explorer, navigate to the workflow and node.
Find the snippet somewhere within the settings.xml (near the top)
The text is escaped html if I remember correctly, you’ll need to un-escape it.
This doesn’t require you to have the extension installed and/or working, so it’s obviously a read only process. Since the implementation of @lelloba is not R specific, you could use any scripting node (or possibly pure-KNIME?) after translating the syntax.
@Thyme@lelloba I finally got R to function on windows and KNIME, I think. I’m now trying to understand how the results are coming out. I show 60 properties not within any polygon. I would have expected far fewer and will try mapping everything out to see what is going on.
I ended up installing the fully R-Tidyverse libraries to get things running. Thanks