``` r library(term) data.frame(x = term("a")) #> x #> 1 a data.frame(y = term_rcrd("a")) #> y.par y.dim #> 1 a 1 ``` <sup>Created on 2020-08-28 by the [reprex package](https://reprex.tidyverse.org) (v0.3.0)</sup>
Created on 2020-08-28 by the reprex package (v0.3.0)