fameConnection(service = "", host = "", user = "", password = "", stopOnFail = TRUE)
## S3 method for class 'fameConnection':
print(x, \dots)
## S3 method for class 'fameConnection':
close(con, \dots)TRUE (the default), failing to connect
generates an R error. Otherwise, the function completes but the result
is kind of useless.print, these are arguments passed on to
print.matrix. For close, they're ignored.fameConnection uses the C HLI function cfmopen to
create a connection to a Fame service. The connection it returns can
be used in subsequent calls to fameWildlist or getfame. The print and close functions, when called on a
fameConnection, do what they say.
getfame, fameWildlist