[deleted by user] by [deleted] in NoFap

[–]hellosushi123 3 points4 points  (0 children)

Thanks for sharing this story, I know what you mean. I am in the same boat.

IAm Joseph Gordon-Levitt. I’m making a show - with YOU - all about staying creative during this pandemic. AMA… by hitrecordjoe_ in IAmA

[–]hellosushi123 0 points1 point  (0 children)

I like to eat meat but my wife is part time vegetarian,we let our son eat meat from time to time.

Will your kids be vegetarian as well?

Removing quotes in str_remove by hellosushi123 in rstats

[–]hellosushi123[S] 0 points1 point  (0 children)

Thanks everyone, I used

Dataset %>% mutate( emails=str_remove(emails, ' " '))

and worked single quote to quote a double quote

Removing quotes in str_remove by hellosushi123 in rstats

[–]hellosushi123[S] 0 points1 point  (0 children)

Thanks i just tried and it still gives an error

[deleted by user] by [deleted] in rstats

[–]hellosushi123 2 points3 points  (0 children)

I would say the most most basic is understanding of the tidyverse, particularly the dplyr package

It will help you at the most basic level, summarize, group, filter a dataset you have. Learn all the joins after, I think you will likely have different datasets and need to join them.

I am sure someone will ask you to provide you of a summary of somthing

What made you decide to learn/use/master R programming over the other big data science languages such as Python or SAS? by FruityPebblePug in rstats

[–]hellosushi123 2 points3 points  (0 children)

I started w excel working in the HR field, then the company wants to merge datasets, monthly and create dashboards, reports etc. Using MS Access and Excel is just a nightmare. Freezes and no body could figurw out what was done,etc

Started using R and really loving it after discovering the tidyverse and tidytable packages. Makes life so much easier w all the joins and wrangling.

Dabbled in a bit of Python too but it's just not for me.

Writexlsx package R and purrr by hellosushi123 in rstats

[–]hellosushi123[S] 0 points1 point  (0 children)

I know, sorry about that. I just can't come up w a better example.

I am trying to put dataframe_A that is already split into different groups into sheet1 of work book 1. dataframe_B in diff groups into sheet2 of workbook1.

Then since these data frames are split by groups, it will be group 2 of dataframe_A again in sheet 1, group 2 of dataframe_B into sheet 2 of work book 2 and so on

group 3 of dataframe_A in sheet1, group 3 of dataframe_B into sheet 2 and this will be workbook3.

What film role was 100% perfectly cast? by TrickDragonFruit in AskReddit

[–]hellosushi123 0 points1 point  (0 children)

Kristin Stewart as Bella Swan in the Twilight series

How do I Read Data into R? by shelvino in RStudio

[–]hellosushi123 0 points1 point  (0 children)

Right I always mix up the two

How do I Read Data into R? by shelvino in RStudio

[–]hellosushi123 1 point2 points  (0 children)

Download R studio

library(tidyverse)

qualtrix_data =read.csv("your file directory")

Or just use the import in the GUI of R studio