loadDiatech: Prototype of load data

Description Usage Arguments Examples

View source: R/io.R

Description

This function loads data from the database.

Usage

1
2
loadDiatech(database, user, password, parts, type = c("geodist", "lingdata",
  "lemmadata"))

Arguments

database

database name.

user

database user.

password

password for database.

type

data type to be queried.

anstype

'1' for orthographic answer, '2' for phonetic answer, '3' for all answer.

proid

project id to be queried

linDomain

linguistic domain to be used.

Examples

1
2
3
4
5
## sample call from server
## Not run: 
  set <- load('thedatabase', 'user', 'thepassword', '1', type = 'geodist')

## End(Not run)

usobiaga/diatechServer documentation built on May 3, 2019, 2:38 p.m.