getFameAttribute reads one attribute of one object in a Fame
database and returns it as a string.
getFameCreated and getFameUpdated return an object's
created and updated attributes, respectively, as
POSIXlt dates.
string giving the relative or full path to the Fame database to read
or write from. If the fameLocalPath() function is defined, it
will be called on this argument to obtain a path.
path
string giving the relative or full path to the Fame database to read
or write from. If this argument is not NULL, the db argument is
ignored and fameLocalPath() is not called.
Value
getFameAttribute returns a named string.
getFameCreated and getFameUpdated each return a
POSIXlt object.