R/ldhmm-oxford_man_index_list.R

Defines functions ldhmm.oxford_man_index_list

Documented in ldhmm.oxford_man_index_list

#' Get the index list from Oxford-Man
#' 
#' This utility shows the index list within the Oxford-Man data set.
#' 
#' @return character, list of indices
#'
#' @keywords oxford
#'
#' @author Stephen H. Lihn
#' 
#' @references Oxford-Man Institute of Quantitative Finance. Realized Library: http://realized.oxford-man.ox.ac.uk
#'
#' @export 
 
#' 
#' @examples
#' \dontrun{
#'     ldhmm.oxford_man_index_list()
#' }
### <======================================================================>
ldhmm.oxford_man_index_list <- function()
{
    rv <- ldhmm.oxford_man_realized_data()
    sort(unique(rv$Symbol))
}
### <---------------------------------------------------------------------->

Try the ldhmm package in your browser

Any scripts or data that you put into this service are public.

ldhmm documentation built on Jan. 11, 2020, 9:16 a.m.