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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.