In the header, I have initiated an RDS table in R Studio, and from that, I want to know the field names from that table. But the problem is that I don't know the correct direction or syntax to follow this:
UK_2001 <- readRDS("D:/Census_History/Postcodes/2001_05_MAY_AFPD.rds")
Thanks in advance.