How to perform 'Get Username' in R.
# Task: Get Username
# Language: R
function get_username() {
# Implementation for Get Username
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Get Username
print("Done");
}