Stamps can currently be any vector that can be coerced to a character string via paste, but special characters can cause issues in the file system (e.g. /).
Sanitizing steps - are these right?:
- Should take all not alpha-numeric characters and strip them out (replace with
_ ?).
- or just strip out special characters that mess with the file system?
- Add an error if provided stamp is not a vector of length 1?
- Limit length of stamps?
Stamps can currently be any vector that can be coerced to a character string via
paste, but special characters can cause issues in the file system (e.g./).Sanitizing steps - are these right?:
_?).