getSymbols.Finam_: Title

Description Usage Arguments Value

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S3 method for class 'Finam_'
getSymbols(
  Symbols,
  env,
  return.class = "xts",
  index.class = "Date",
  from = "2007-01-01",
  to = Sys.Date(),
  adjust = FALSE,
  period = "day",
  col_funs = NULL,
  tz = Sys.timezone(),
  ...
)

Arguments

Symbols

character vector

env

environment, where assign value

return.class

character, which class to return

index.class

character, which index class to return

from

character, start date

to

character, end date

adjust

bool, if TRUE then 00:00:00 - > 23:59:59

period

character, one of 'day', '1min', '10min', 'hour'

tz

character scalar, timezone

...

additional args

Value

nothing or table


Vitalic57/datastorage3pub documentation built on Feb. 22, 2022, 5:34 a.m.