Skip to content

Commit

Permalink
submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
SymbolixAU committed Oct 10, 2018
1 parent e747e21 commit 1bdb2ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", ,"[email protected]", role = c("aut", "cre"))
Expand Down
2 changes: 1 addition & 1 deletion R/to_json.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/to_json.Rd

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

0 comments on commit 1bdb2ea

Please sign in to comment.