The 'nhanesOptions()' function can be used in two forms, to set or
get options. Options can be set using 'nhanesOptions(key1 =
value1, key2 = value2)'. Options can be retrieved (one at a time)
using 'nhanesOptions("key")'. When called with no arguments, all
currently set options are returned as a list.
Options currently used in the package are 'use.db' (logical flag
controlling whether a database should be used if available), and
'log.access', a logical flag that logs any attempted URL access by
printing the URL).