title:“Details of Devices”
author:“Akhil Chandra Siddhartha”
date:“’r Sys.Date()”
output:html_document

#Devices Info This the given below is the data of the Devices purchased in the year of 2025.

setwd("C:/Users/CSE/Desktop/pacs")
mydata<-read.csv("Devices.csv")
print(mydata)
##   S.no  Device        Model  Company  Cost
## 1    1      TV    65 Series       VU 65000
## 2    2  Mobile Narzo 70 Pro   Realme 22000
## 3    3  Mobile         V40E     Vivo 20000
## 4    4 Monitor    80 Series     DELL 10000
## 5    5 Speaker       WIC800 Marshall 50000