This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
8
Is it legal to utilize the glue package when naming a data frame column?
Post Body
I’m writing a function with an argument being a string that will be glued in. To be more clear with an example, it is called “rating”. In the function, one line of code is list = df$glue(“Bond {rating}”). However, when I try to run this line, this error of “attempt to apply non-function” occurs. Is my use of the glue tool legal? I was under the assumption it would work as f-strings in Python do.
Author
Account Strength
100%
Account Age
7 years
Verified Email
Yes
Verified Flair
No
Total Karma
360,558
Link Karma
96,536
Comment Karma
263,010
Profile updated: 2 hours ago
Posts updated: 8 months ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/rprogrammin...