From 8b9876e4716fdc354ac52c50efc6c787928e60c4 Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Sun, 22 Oct 2023 07:19:59 +0100 Subject: [PATCH] update package website --- R/ona_form.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ona_form.R b/R/ona_form.R index 74a70b4..2d6462a 100644 --- a/R/ona_form.R +++ b/R/ona_form.R @@ -30,7 +30,7 @@ ona_form_list <- function(base_url = "https://api.ona.io", ## Read JSON x <- jsonlite::fromJSON( - txt = httr::content(x = resp, as = "text", encoding = "UTF-8") + txt = httr::content(x = resp, as = "text") ) ## Convert output to tibble