getLastTimestamp: getLastTimestamp

Description Usage Arguments Author(s) Examples

Description

Betfair getLastTimestamp

Usage

1

Arguments

POSIX

POSIX

Author(s)

colin@betwise.co.uk

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function(POSIX=FALSE)
{
  if(exists('timestamp',envir=.bfenv))
    if(POSIX) return(as.POSIXct(
        strptime(get('timestamp',envir=.bfenv),format="%Y-%m-%dT%H:%M:%OS")))
    else return(get('timestamp',envir=.bfenv))
  invisible()
  }

bwlewis/betfair documentation built on May 13, 2019, 9:05 a.m.