Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vector_paste function problem with the character (number) #132

Open
Sophia409 opened this issue May 12, 2022 · 0 comments
Open

vector_paste function problem with the character (number) #132

Sophia409 opened this issue May 12, 2022 · 0 comments

Comments

@Sophia409
Copy link

Sophia409 commented May 12, 2022

Hi,

thank you for making this package, it's really convenient!

As you can see, I'm trying to paste a character to this formatc("5","14","2","12","10","0","8","4","1","3","9","7","11","15","6","13"), but vector_paste seems identify it as a numeric vector and automatically add L to this charactor. How could I solve it? My system is windows.

@

mydata <- levels(BHLH.IPC.VlnPlot.split$data$ident)
class(mydata)
[1] "character"
vector_paste(mydata)
c(5L, 14L, 2L, 12L, 10L, 0L, 8L, 4L, 1L, 3L, 9L, 7L, 11L, 15L, 6L, 13L)
@Sophia409 Sophia409 changed the title vector_paste function Problem with the character (number) vector_paste function problem with the character (number) May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant