Learn R Programming

shiny.router (version 0.1.1)

extract_link_name: Extract link name

Description

Strips off the first 3 character, assuming that they are: "#!/".

Usage

extract_link_name(path)

Arguments

path

character with link path

Value

stripped link

Examples

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

Run the code above in your browser using DataLab