Re: [R] Convert a character string to variable names

2022-02-14 Thread Richard O'Keefe
rsus values in Python”? > > > > *From:* Richard O'Keefe > *Sent:* Sunday, February 13, 2022 6:55 PM > *To:* Ebert,Timothy Aaron > *Cc:* Jeff Newmiller ; r-help@r-project.org; > Erin Hodgess > *Subject:* Re: [R] Convert a character string to variable names > >

Re: [R] Convert a character string to variable names

2022-02-12 Thread Ebert,Timothy Aaron
How does “a value” differ from “an object?” From: Richard O'Keefe Sent: Friday, February 11, 2022 12:25 AM To: Ebert,Timothy Aaron Cc: Jeff Newmiller ; r-help@r-project.org; Erin Hodgess Subject: Re: [R] Convert a character string to variable names [External Email] You wrote "32

Re: [R] Convert a character string to variable names

2022-02-10 Thread Richard O'Keefe
in > the "mtcars" dataframe. I am not sure how I would use "mtcars" as a > variable. > >"mtcars$disp" has no specific value, though it will have a specific value > for any given row of data (assuming rows are observations). > > > >Tim > >

Re: [R] Convert a character string to variable names

2022-02-08 Thread Jeff Newmiller
zed. > > > > >-Original Message- >From: Jeff Newmiller >Sent: Tuesday, February 8, 2022 10:10 PM >To: r-help@r-project.org; Ebert,Timothy Aaron ; Richard >O'Keefe ; Erin Hodgess >Cc: r-help@r-project.org >Subject: Re: [R] Convert a character string to variab

Re: [R] Convert a character string to variable names

2022-02-08 Thread Ebert,Timothy Aaron
help@r-project.org Subject: Re: [R] Convert a character string to variable names [External Email] A variable in R can refer to many things, but it cannot be an element of a vector. It absolutely _can_ refer to a list, a list of lists, a function, an environment, and any of the various kinds of a

Re: [R] Convert a character string to variable names

2022-02-08 Thread Jeff Newmiller
ame. I am not sure how I would use "mtcars" as a variable. >"mtcars$disp" has no specific value, though it will have a specific value for >any given row of data (assuming rows are observations). > >Tim > > >-Original Message----- >From: R-help On Behalf