R/test.R

Defines functions hotdog py_get_hit_signal

hotdog <- function(){
  print("Hotdog")
}

# rename signiture for python
py_get_hit_signal <- function(ref_date, format = 'wide', local = FALSE){

  df = get_hit_signal(ref.date = ref_date,
                      format = format,
                      local = FALSE)
  return(df)
}
hunterbly/HotDog documentation built on Nov. 4, 2019, 1:51 p.m.