Skip to content

Commit

Permalink
rm from export fix_1_length_data
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkunst committed Feb 1, 2019
1 parent 54167bb commit 8aad2bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export(download_map_data)
export(export_hc)
export(fa_icon)
export(fa_icon_mark)
export(fix_1_length_data)
export(get_data_from_map)
export(get_hc_series_from_df)
export(hc_add_annotation)
Expand Down
8 changes: 7 additions & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,13 @@ random_id <- function(n = 1, length = 10){

#' Function to avoid the jsonlite::auto_unbox default
#' @param x And element, numeric or character
#' @export
#' @examples
#'
#' hchart("A")
#'
#' highchart() %>%
#' hc_add_series(data = 1)
#'
fix_1_length_data <- function(x) {

if (getOption("highcharter.verbose"))
Expand Down
8 changes: 8 additions & 0 deletions man/fix_1_length_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8aad2bf

Please sign in to comment.