questions/data-science/page/13
Try this. lapply(a,function(x){ifelse(is.na(x),mean(a,na.rm = TRUE) ...READ MORE
You can use the function called background_grid(). This ...READ MORE
You can use cut ggplot(cars, aes(x = as.factor(cyl))) + ...READ MORE
To find number of missing values for ...READ MORE
Try something like this: library(tidyverse) data(iris) ## create a grid ...READ MORE
To add slider bar and slider range ...READ MORE
Try install.packages(“package_name”, repos="http://cran.us.r-p ...READ MORE
Machine learning is the latest technology everyone ...READ MORE
Check your braces. Code tabitems after aws ...READ MORE
Try this: library(shiny) library(DT) iris2 = head(iris, 30) server <- function(input, ...READ MORE
Use DT for this purpose: library(shiny) library(DT) ui <- fluidPage( ...READ MORE
You need the package RGtk2 for rattle to ...READ MORE
Include this line in the code: Library(shinydashboard) READ MORE
Make sure is a factor time <- as.factor(c("pm", ...READ MORE
Heyy @Hannah, the following line of code ...READ MORE
Make sure you’ve installed the package purr ...READ MORE
Try this for your server.R library(shiny) library(shinydashboard) shinyServer(function(input,output){ output$`$histogram`<- ...READ MORE
Correct the function name. dashboardSidebar() READ MORE
Try something like this: dashboardHeader(title="Edureka", dropdownMenu type = "message", messageItem(from = ...READ MORE
Try this, its one of the possible ...READ MORE
In your server.R 4th line. Replace it ...READ MORE
You can use the function sidebarMenu function ...READ MORE
This error usually means you're screwing the ...READ MORE
Shiny is an open source R package that ...READ MORE
In your case it'll be, orderedviews = arrange(movie_views, ...READ MORE
Hey @Ali, Execute the following two commands: install.packages(“ ...READ MORE
You can use the ifelse function: df$Value <- ifelse(df ...READ MORE
You can use the removesparseterm function. Removes sparse ...READ MORE
Data Science is the practice of: Asking questions (formulating hypothesis), ...READ MORE
In this line, Install.packages(“rvest”) Add rvest inside double ...READ MORE
There are multiple ways of getting this. ...READ MORE
Ans There are multiple ways of getting this. ...READ MORE
You can rjava package for this purpose. rJava is ...READ MORE
hello, i have one project which is based ...READ MORE
If packages.csv file is open on your ...READ MORE
In simple words, Python can be a ...READ MORE
try this: library(RODBCext) sqlString <- "Select * from yourtable ...READ MORE
It's not wrong code (there is little ...READ MORE
Its working perfectly fine with R version ...READ MORE
Your system does not contain a personal ...READ MORE
Hey @Ali, its very simple one line ...READ MORE
CSS Selector is a combination of element ...READ MORE
Different ways to scrap data off the ...READ MORE
Hey @Ali, You can use the rvest ...READ MORE
Hey @Ali, Its a very silly mistake. ...READ MORE
I'm trying to web scrap a page ...READ MORE
You could try adding the following line ...READ MORE
Try reinstalling the package quantreg. Hope this works. Its ...READ MORE
Just add %d to the parameter you ...READ MORE
When you end up with this error ...READ MORE
OR
Already have an account? Sign in.