Learn R Programming

fImport (version 260.72)

WebDataImport: Import Market Data from the Internet

Description

A collection and description of functions to import financial and economic market data from the Internet. The functions are: ll{ fWEBDATA Represents objects of class WEBDATA, show|print prins objects of class fWEBDATA.}

Usage

show.fWEBDATA(object)

Arguments

object
an S4 object of class "fWEBDATA".

Value

  • An S4 object of class fWEBDATA has the following slots:
  • @callthe function call.
  • @datathe data as downloaded formatted as a data.frame.
  • @parama character vector whose elements contain the values of selected parameters of the argument list.
  • @titlea character string with the name of the download. This can be overwritten specifying a user defined input argument.
  • @descriptiona character string with an optional user defined description. By default just the current date when the test was applied will be returned.