Hello, I am trying to make an extra add-in to SAS Viya inside R Studio ide through the connections.
Everything kinda works except the part that I can't click on a table to preview it.
I am following everything on Connections contracts as stated in the docs
(https://rstudio.github.io/rstudio-extensions/connections-contract.html)
but I can't preview a table whatsoever, even though I can see all of it's table values (but not an small icon in the right side, to preview it).
I was wondering if It could be something with the function I put inside of previewObject
(the output for this part is a data.frame) or maybe listObjectTypes
but doesn't seems to be.
Any ideia what could it be?