[R] Need Help on Batch forecasting for multiple items at one go

2018-03-13 Thread Manish Mukherjee
attaching the data and my r script for your reference. Thanks & Regards Manish Mukherjee __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://w

[R] R code for Batch forecasting

2018-03-15 Thread Manish Mukherjee
Hi All, Is there was where we can predict the time series for multiple items in one go - i mean can we run the code for any time series model over multiple columns using for loop or something else . If someone can provide some example it will be helpfull. Thanks & Regards Manish Mukhe

[R] Extracting the first currency value from PDF files

2020-05-13 Thread Manish Mukherjee
Hi All, Need some help with the following code , i have a number of pdf files , and the first page of those files gives a currency value $xxx,xxx,xxx . How to extract this value from a number of PDF files and put it in a data frame . I am able to do it for a single file with the code where

[R] Dependent data validation in R

2020-06-06 Thread Manish Mukherjee
2:5, type = "list", value = "'db'!$b$2:$b$3") dataValidation(wb, "input", col = 3, rows = 2:5, type = "list", value = "'db'!$c$2:$c$3") saveWorkbook(wb, "dataValidationExample.xlsx", overwrite = TRUE) The states should