FLVector: Constructor function for FLVector, representing a vector in...

Description Usage Value See Also Examples

Description

Please use subsetting of FLTable to create FLVector object

Usage

1
2
FLVector(table, val_col_name = character(), val_row_name = character(),
  whereconditions = character())

Value

FLVector returns an object of class FLVector mapped to an in-database vector.

See Also

FLTable

Examples

1
2
3
4
5
WideTable <- FLTable("tblAbaloneWide","ObsID")
flvectorColumn <- WideTable[,"Diameter"]
flvectorRow <- WideTable[3,]
flvectorRow
flvectorColumn

Fuzzy-Logix/AdapteR documentation built on May 6, 2019, 5:07 p.m.