Hey Erica!
Thank you for replying to my query.
I tried working on library(fma) and wanted to retrieve data(pigs) through it.
The code is as follow:
library(forecast)
library(fma)
data(pigs)
And the result was,
library(fma)
library(forecast)
data(pigs)
Warning message:
In data(pigs) : data set ‘pigs’ not found
I don't seem to understand what is the problem because, data set - pigs is available under fma package but is not found when I run it. Please help me out.
Thank you so much
Have a good day!