https://github.com/scicloj/clojisr 1.1.0 - Clojure <-> R interop. This version adds the ability to attach docstrings to required R functions.
(r/require-r '[ggplot2 :as gg :docstrings? true])
(-> #'gg/ggplot meta :doc clojure.string/split-lines first)
;; => "Create a new ggplot"
Thanks to @carsten.behring !Shoutout to fexiana/infix another infix-related project.
Apologies for stealing your thunder on April's 1st
It is fantastic https://github.com/Flexiana/infix