The R Project SVN R

Rev

Rev 50989 | Rev 52649 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50989 Rev 51267
Line 371... Line 371...
371
{
371
{
372
    SEXP ans;
372
    SEXP ans;
373
    R_len_t len;
373
    R_len_t len;
374
 
374
 
375
    checkArity(op, args);
375
    checkArity(op, args);
-
 
376
    check1arg(args, call, "x");
376
 
377
 
377
    if(isObject(CAR(args)) && DispatchOrEval(call, op, "length", args,
378
    if(isObject(CAR(args)) && DispatchOrEval(call, op, "length", args,
378
					     rho, &ans, 0, 1))
379
					     rho, &ans, 0, 1))
379
      return(ans);
380
      return(ans);
380
 
381