AdaptixSearchPattern: Perform a pattern search.

Description Usage Arguments Value Examples

Description

Perform a pattern search.

Usage

1
2
3
AdaptixSearchPattern(conn, stream, from, to, similarity.ratio = 1,
  historical.depth.from = NULL, historical.depth.to = NULL,
  in.streams = NULL, verbose = FALSE)

Arguments

conn

a valid Adaptix connection object.

stream

the ID of the stream from which to retrieve the points.

from

if not NULL, the starting date of the pattern.

to

if not NULL, the closing date of the pattern.

similarity.ratio

the similarity ratio of the pattern search [0.0 to 1.0].

historical.depth.from

currently ignored

historical.depth.to

currently ignored

in.streams

if not NULL, the pattern extracted form the specified "stream" will also be searched in other streams, identified by their ids (provide as a vector of ids)

verbose

display HTTP operation details.

Value

a data.frame with the requested collection of points.

Examples

1
AdaptixSearchPattern(conn = conn, stream = "123456abcdef", from = "2017-01-01", to = "2017-01-02", similarity.ratio = 0.95, verbose = F)

Sensewaves/AdaptixR documentation built on May 28, 2019, 2:44 p.m.