# NOT RUN {
# iris data frame as an input and a selected column to calculate its frequencies
ds.frequency(iris, select = "Species", tojson = FALSE)
# iris data frame as an input without a selected column and json output
ds.frequency(iris, tojson = TRUE)
# OpenBudgets.eu Dataset Example:
ds.frequency(Wuppertal_df, select = "Produkt", tojson = FALSE)
# }
Run the code above in your browser using DataLab