desc
desc copied to clipboard
Add ability to create desc object from named vector (Fixes #132)
Text argument in creation functions now accepts named vectors. (E.g. desc::desc(text = c(foo = "bar")))
Also:
- Updated documentation
- Added two tests -- one for successful creation and one to verify error when elements are partially named