This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hrbrmstr
/
slugify
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
75 KiB
R
54.7%
JavaScript
45.3%
Tree:
83ce4b4000
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '83ce4b4000'
${ noResults }
slugify
/
inst
/
tinytest
/
test_slugify.R
3 lines
69 B
Raw
Blame
History
library
(
slugify
)
expect_true
(
slugify
(
"
R is great!"
)
==
"
r-is-great"
)
Reference in new issue