njtierney / geotargets

Targets extensions for geospatial data
https://njtierney.github.io/geotargets/
Other
49 stars 4 forks source link

import rlang #20

Closed njtierney closed 3 months ago

njtierney commented 4 months ago

Targets uses {rlang} anyway, and there's some really useful things in there which I can imagine using immediately:

Does:

function (x, y) 
{
    if (is_null(x)) 
        y
    else x
}

Required for #19