Skip to content

Commit

Permalink
remove deprecated as_data_frame
Browse files Browse the repository at this point in the history
  • Loading branch information
medewitt committed Apr 28, 2024
1 parent b50f952 commit 4b72c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parse_qwi_message.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parse_qwi_message <- function(x) {
if (class(x) != "response") {
stop("You have not passed a valid response")
}
y <- dplyr::as_data_frame(
y <- dplyr::as_tibble(
jsonlite::fromJSON(
httr::content(x, as = "text", encoding = "UTF-8")
)
Expand Down

0 comments on commit 4b72c41

Please sign in to comment.