Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 371487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T14:07:09+00:00 2026-05-12T14:07:09+00:00

I would like to be able to create a sequence of letters in R

  • 0

I would like to be able to create a sequence of letters in R (to assist in importing data from a SPSS file)

It’s quite easy to create a sequence of numbers, for example:

seq(1,1000)
[1] 1 2 3 4 5 6 ... 1000

paste("something_",1:12,sep="")
[1] something1 something2 ... something12

But is there any functionality for appending, pasting, or creating sequences of letters like this?

paste("This_",a:z,sep="")
[1]This_a This_b This_c ... This_4z
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T14:07:09+00:00Added an answer on May 12, 2026 at 2:07 pm

    This is what you’re looking for:

    > paste("This_", letters, sep="")
    
    > [1] "This_a" "This_b" "This_c" "This_d" "This_e" "This_f" "This_g" "This_h"
      [9] "This_i" "This_j" "This_k" "This_l" "This_m" "This_n" "This_o" "This_p"
      [17] "This_q" "This_r" "This_s" "This_t" "This_u" "This_v" "This_w" "This_x"
      [25] "This_y" "This_z"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to be able to create a variable that holds an instance
I would like to be able to create a bean whose scope is limited
I'm trying to create a .NET touchscreen application. I would like to be able
I would like to be able to create a page using HTML and scripts
I would like to be able to create a job dynamically with a trigger
Alright, so here's the deal. I would like to be able to create a
I would like to be able to create various structures with variable precision. For
I would like to be able to create/assign/and close jira tickets or entries programmatically..
I would like to move a file from one directory to another. However, the
I would like to be able to create a collection of nodes where the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.