I did not find good answers to the question of how to find support / resistance levels in R. In fact, I need clusters / areas or reference points where stocks are consolidating, but it was difficult to do.
# loads quatmod & xts library("quantmod")
I would do the same for Low, but I think I'm better off using DonchianChannel() , but that is not what I want ... The result should return something similar to FinViz:

r quantmod
Rime
source share