samatha icon indicating copy to clipboard operation
samatha copied to clipboard

Update DSL

Open DASpringate opened this issue 12 years ago • 0 comments

Having to use quotes in the tag definition is bugging me.

instead of: m("span", opts = list(id = "foo", class = "bar"), "baz")

I want to be able to do: m(span, opts = list(id = "foo", class = "bar"), "baz")

see http://adv-r.had.co.nz/dsl.html

DASpringate avatar Jan 31 '14 12:01 DASpringate