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

  • Home
  • SEARCH
  • 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 8819833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:27:43+00:00 2026-06-14T05:27:43+00:00

For example I have 2 variables a and b (actually more than 2 in

  • 0

For example I have 2 variables a and b (actually more than 2 in my real case), can I assign values for them in a way like c(a,b)<-c(0,0), just like the Tuple in Python? Thank you.

  • 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-06-14T05:27:44+00:00Added an answer on June 14, 2026 at 5:27 am

    There’s no built in way to do it – what you’re looking for is very similar to lists and vectors in R – instead of calling back a, b, and c, you call back a[1], a[2], and a[3]. If it’s important for you to be able to call back this values by separate names, and to be able to assign them from the same line, you can make a simple function:

    Assign <- function(Names, Values) {
                 for(i in 1:length(Names)){
                      assign(Names[i], Values[i], envir=.GlobalEnv)
                 }}
    
    >A <- c("a", "b", "c", "d")
    >B <- c(0,4,2,3)
    >Assign(A,B)
    >c
    #[1] 2
    

    I couldn’t figure out a way for the apply family to tackle this one without making it too complicated – maybe someone could help me out.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an two variables as CSV strings. Example: $csva = 1,4,7,10,39,12; $csvb =
If I have for example a class with instance method and variables class Foo
I have a text that has multiple occurrences of variables in this format: Example
I have searched and tried every example regarding singleton, public, and global variables in
How can I update a variable outside of a function? For example I have
I just can't find a satisfying way to handle the Browser's History. Sure there
Is it better to evaluate bool once but have more code like this if
The users of my web application may have more than one browser window open
Currently, I have a control flow that connects to more than 20 dbs (same
I would like to have a variable defined in my web.config that I can

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.