Learn R Programming

MonetDB.R (version 0.8.0)

mf: Shorthand constructor for monet.frame objects

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

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

Run this code
frame <- mf("demo","iris")

Run the code above in your browser using DataLab