#' @title Print all functions of the package Entrances Package
#'
#' @export
#' @examples
#' list_functions()
list_functions<- function(){
print("get_data_for_region")
print("get_data_for_variable")
print("get_data_for_variable_and_region")
print("get_data_nuts_country")
print("get_data_nuts1")
print("get_data_nuts2")
print("get_data_nuts3")
print("get_timetable_for_variable")
print("plt_timeserie")
print("get_nuts_ids_for_region")
print("aggregate_for_variable_by_region")
print("aggregate_for_variable_by_nuts")
print("aggregate_for_variable_by_list_nuts")
print("aggregate_and_plot_for_variable_and_nuts_list")
print("get_nuts_list")
print("plt_boxplot")
print("messages")
print("list_functions")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.