📊 R DataFrames

A DataFrame is one of the most common data structures in R for handling tabular data — like a table with rows and columns.

📖 Key Features

📝 Example: Creating a DataFrame

Console output will appear here...
💡 Tip: Use str(dataframe) to quickly inspect the structure of a DataFrame.