Try using stop:

 if (nAssetPositions != nAssetPrices) {

                       stop("Different number of assets! \n\n")

On Thu, May 29, 2008 at 3:23 PM, Bill Cunliffe <[EMAIL PROTECTED]>
wrote:

> For example, based on a certain condition, I may want to exit my code
> early:
>
>
>
>            # Are there the same number of assets in "prices" and
> "positions"?
>
>            if (nAssetPositions != nAssetPrices) {
>
>                        cat("Different number of assets! \n\n")
>
>                        <exit function>
>
>            }
>
>
>
> I have searched, but not found, a way of forcing a function to exit.  Any
> help greatly appreciated.
>
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to