if (FALSE) {
guild_view()
# see all supported options
guild_view("--help")
# three valid ways of supplying args to the guild executable
guild_view("--port" = "5678")
guild_view("--port", "5678")
guild_view(c("--port", "5678"))
}
Run the code above in your browser using DataLab