You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many times when using packages like here or generating a file with tempfile, the file path includes the username. I'd like this to be scrubbed from a reprex. This can be accessed using Sys.getenv("username") and then replaced with ***, {username}, or something like that. I currently do this manually. Here's an example of where I've manually replaced my actual username with {username}:
Many times when using packages like here or generating a file with tempfile, the file path includes the username. I'd like this to be scrubbed from a reprex. This can be accessed using
Sys.getenv("username")
and then replaced with ***, {username}, or something like that. I currently do this manually. Here's an example of where I've manually replaced my actual username with {username}:Created on 2025-01-28 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: