Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 483 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 483 Bytes

logo

R-CMD-check


R port for ABSQL. Requires Python to run!

library(absql)

runner <- generate_absql_runner(name="world")
runner$render("hello, {{name}}!")
# "hello, world!"

See the Python docs for more details!