I an trying to simply append a div from the server file using the below code
HTML("content-id",div("title", "Hello"), add = TRUE)
but it keeps returning
[object Object]
Is there anything i can do to fix this? I've tried using
HTML("content-id",tags$div("title", "Hello"), add = TRUE)
but the effect is the same. Any help would be great. Thank you!