Learn R Programming

shiny.router (version 0.1.1)

cleanup_hashpath: Formats a URL fragment into a hashpath starting with "#!/"

Description

Formats a URL fragment into a hashpath starting with "#!/"

Usage

cleanup_hashpath(hashpath)

Arguments

hashpath

character with hash path

Examples

Run this code
# NOT RUN {
cleanup_hashpath("/abc") #  "#!/abc"
# }

Run the code above in your browser using DataLab