Download a file from a GitHub repository
download_github_file.Rd
This function takes a URL pointing to a raw file in a GitHub repository and a temporary file path where the downloaded content will be saved. It makes a GET request to the provided URL and, if successful, writes the raw content of the response to the specified temporary file path.