Description Usage Arguments Details Value See Also
Attempts to resolve its argument to a database path.
1 | getFamePath(dbString, stopOnFail = TRUE)
|
dbString |
A database name understood by the local customizing
function |
stopOnFail |
If |
If a local function called fameLocalPath exists, it is called
first on dbString to get a pathname. Otherwise, dbString
is presumed to be the pathname. The pathname is checked for existence
and readability. If there is a white space in the pathname, it is
presumed valid, as that might specifying a Fame Server. Otherwise, if
there is a failure and stopOnFail is TRUE, the function
fails with an error message.
putfame calls this function with stopOnFail = FALSE,
because it normally creates a new database if there isn't one there already.
A path to a Fame database or Fame Server specification.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.