🌐 R API Calls

R can fetch and interact with web APIs using packages like httr or jsonlite. This is super useful for getting data from online sources.

📝 Example Code

Output will appear here...
💡 Tip: Make sure to install required packages first: install.packages("httr") and install.packages("jsonlite").

📚 Common Functions