-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
setlevels() appears to exist at C level already but isn't exposed to users.
The advantage of setlevels() rather than users using setattr() is that setlevels() can perform error and warning checks; e.g. that the levels are type character containing no duplicates.
Requested in comments here: https://stackoverflow.com/a/14635190/403310
Reactions are currently unavailable