How to Manually Enter Raw Data in R?

This article will discuss manually entering raw data in the R Programming Language. In the R Language, we work with loads of different datasets by importing them through a variety of file formats. But Sometimes, we need to enter our own raw data in the form of a character vector, a data frame, or a matrix. Multiple methods exist to enter the raw data in the R Language manually.