Skip to content
Prev 899 / 12125 Next

[R-pkg-devel] Absent variables and tibble

Currently exists("someName", where=someDataFrame) reports if "someName" is
an column
of the data.frame 'someDataFrame' and the 'where=' may be omitted.  If we
have an
environment we use exsts("someName", envir=someEnvironment).  It might be
nice to
continue using exists() instead of introducing a new function has(),
although, since we
want the same syntax to work for environments, data.frames, tbl_dfs,
data.tables, etc.,
we may need the new function.


Bill Dunlap
TIBCO Software
wdunlap tibco.com

On Tue, Jun 28, 2016 at 4:08 AM, Duncan Murdoch <murdoch.duncan at gmail.com>
wrote: