It can be a good idea to put down a few values directly in your code to create an object to try things on. First, you can use this new "synthetic" dataset to write more code while waiting for the real data. Second, you can use this dataset to debug your code (find the source of an error and fix it). When you complete this section, you will know several ways of creating data objects manually.
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.