diff --git a/DESCRIPTION b/DESCRIPTION index 3e4f076..97a848f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: jsonify Type: Package Title: Converts 'R' Objects to Javascript Object Notation (JSON) -Version: 0.1.0001 +Version: 0.1.1 Date: 2018-10-04 Authors@R: c( person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")) diff --git a/R/to_json.R b/R/to_json.R index fe0843f..75e6530 100644 --- a/R/to_json.R +++ b/R/to_json.R @@ -1,6 +1,6 @@ #' To JSON #' -#' Converts a data.frame to JSON +#' Converts R objects to JSON #' #' @param x object to convert to JSON #' @param ... arguments passed to other methods diff --git a/man/to_json.Rd b/man/to_json.Rd index 0ccb088..9d849cb 100644 --- a/man/to_json.Rd +++ b/man/to_json.Rd @@ -51,7 +51,7 @@ to_json(x, ...) Defaults to TRUE for speed. If FALSE, the dates will be coerced to character} } \description{ -Converts a data.frame to JSON +Converts R objects to JSON } \examples{