varstan() is not a valid command. varstan is a package that you will need to install and load. It is not on CRAN so you will have to install it from GitHub as is discussed at the link above.
You will also have to have the rstan package installed. I think it will install stan for you.
Once you have everything up and running the command you want seems to be Sarima()
If you read the example at the link I supplied above there is a Sarima() example.