Skip to content

Update DSL #44

@DASpringate

Description

@DASpringate

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions