Print table in slack with slackr

I took the opportunity of your question to try slackr :package:. 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
image

1 Like