I took the opportunity of your question to try slackr . So here are some adding comments:
I think slack_msg
is meant for text output. When I use the more generic slackr::slack
function, it prints ok on my slack channel
slackr("iris info", head(iris) %>% as_tibble)
In slack