The R Project SVN R

Rev

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

Rev 42307 Rev 45446
Line 307... Line 307...
307
			   EncodeString(x[k], w, quote, Rprt_adj_right),
307
			   EncodeString(x[k], w, quote, Rprt_adj_right),
308
			   R_print.gap, ""))
308
			   R_print.gap, ""))
309
 
309
 
310
static void printNamedRawVector(Rbyte * x, int n, SEXP * names)
310
static void printNamedRawVector(Rbyte * x, int n, SEXP * names)
311
    PRINT_N_VECTOR(formatRaw(x, n, &w),
311
    PRINT_N_VECTOR(formatRaw(x, n, &w),
312
                   Rprintf("%s%*s", EncodeRaw(x[k]), R_print.gap,""))
312
		   Rprintf("%s%*s", EncodeRaw(x[k]), R_print.gap,""))
313
 
313
 
314
void printNamedVector(SEXP x, SEXP names, int quote, const char *title)
314
void printNamedVector(SEXP x, SEXP names, int quote, const char *title)
315
{
315
{
316
    int n;
316
    int n;
317
 
317