#' Récupère les informations de l'utilisateur
#'
#' @return Les informations de l'utilisateur
#' @export
#'
#' @examples
#' user <- me()
#' @keywords internal
me <- function() {
url <- "/users/me"
result <- dido_api(method = "GET", path = url)
new_dido_me(result)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.