Publications by Enkhbayasgalan Munkhbaatar
112035145_Enkhbayasgalan_Munkhbaatar
install.packages("dplyr") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.3' ## (as 'lib' is unspecified) install.packages("magrittr") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.3' ## (as 'lib' is unspecified) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'pa...
852 sym R (6256 sym/28 pcs)
hw5_Enkhbayasgalan Munkhbaatar
install.packages("dplyr") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.3' ## (as 'lib' is unspecified) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, seteq...
27 sym R (3509 sym/24 pcs)
homework4_2023_10_23
install.packages("readr") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.3' ## (as 'lib' is unspecified) install.packages("tidyr") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.3' ## (as 'lib' is unspecified) library(readr) library(tidyr) stock_df <- read_csv("stock_df.csv") ## Rows: 5 Columns: 106 ## �...
12 sym R (1272 sym/9 pcs)
HW2_2023_10_10
## ```{r} ## #> library(tidyverse) ## > transformed_data <-Netflix %>% ## + separate_rows(cast, sep = ) %>% ## + rename(actor=cast) ## > actor_count <- transformed_data %>% ## + count(actor, sort = TRUE) ## > top_actors <- actor_count %>% ## + head(6) ## > top_actors ## ```...
6 sym R (273 sym/3 pcs)
hw_test_20230925
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the...
591 sym 1 img