mf: Shorthand constructor for 'monet.frame' objects

Description Usage Arguments Value See Also Examples

View source: R/monetframe.R

Description

mf provides a short way of connecting to a MonetDB database and then constructs a monet.frame object for the given table or query.

Usage

1
2
 	mf (database,table,host="localhost",port=50000,user="monetdb",
    pass="monetdb",debug=FALSE,timeout=100) 

Arguments

database

Database name

table

Table name

host

Host name of database server

port

TCP Port number of database server

user

Username for database

pass

Password for database

debug

Debug mode

timeout

Database connection and query timeout

Value

Returns a monet.frame virtual data object for the specified table for the specified database.

See Also

monet.frame

Examples

1
2
3
4
## Not run: 
	frame <- mf("demo","iris")

## End(Not run)

MonetDB.R documentation built on May 2, 2019, 5:26 p.m.

Related to mf in MonetDB.R...