Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dleutnant committed Jan 10, 2018
1 parent 320431c commit cbce4d3
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions R/influxdb_authentication_and_authorization.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' and `influx_query` (show_users and show grants).
#' * `create_user()`: creates a new user
#' * `drop_user()`: drops an existing user
#' * `grant_privileges()`: grant priviliges to an existing users
#' * `revoke_privileges()`: revoke priviliges to an existing users
#' * `grant_privileges()`: grant privileges to an existing users
#' * `revoke_privileges()`: revoke privileges to an existing users
#' * `show_users()`: show all users
#' * `show_grants()`: show grants of an user
#'
Expand Down
2 changes: 1 addition & 1 deletion R/influxdb_helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ httr_POST <- function(con, query = NULL, body = NULL, endpoint) {
}


#' method to check the server communicatin results
#' method to check the server communication results
#' function is not exported
#' @param x httr::POST response
#' @keywords internal
Expand Down
2 changes: 1 addition & 1 deletion R/influxdb_select.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' @param offset Offsets the returned points by the value provided.
#' @param order_desc logical. Change sort order to descending.
#' @param return_xts logical. Sets the return type. If set to TRUE, a list of xts objects
#' is returned, FALSE gives list of tibbbles.
#' is returned, FALSE gives list of tibbles.
#'
#' @return A list of xts or tibbles.
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/influxdb_write.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' @param time_col A character scalar naming the time index column.
#' @param tag_cols A character vector naming tag columns.
#' @param measurement_col A character scalar naming the measurement column (data.frame
#' has data to write to mulitple measurements). Overrides `measurement` argument.
#' has data to write to multiple measurements). Overrides `measurement` argument.
#' @param rp Sets the target retention policy for the write. If not present the
#' default retention policy is used.
#' @param precision Sets the precision of the supplied Unix time values
Expand Down
4 changes: 2 additions & 2 deletions man/check_srv_comm.Rd

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

4 changes: 2 additions & 2 deletions man/create_user.Rd

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

2 changes: 1 addition & 1 deletion man/influx_select.Rd

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

2 changes: 1 addition & 1 deletion man/influx_write.Rd

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

0 comments on commit cbce4d3

Please sign in to comment.