questions/data-science/page/18
Correct the function name. dashboardSidebar() READ MORE
In your case it'll be, orderedviews = arrange(movie_views, ...READ MORE
Try formatting your code like this: myfunction <- ...READ MORE
change your ~/.R/Makevars file as C=gcc-5 CXX=g++ CXX1X = g++-5 CFLAGS = ...READ MORE
sort(x,T)[n] Here, 'x' is the data-frame/vector and 'n' ...READ MORE
You can use of the R package ...READ MORE
you have a directed graph. The shortest.paths function will ...READ MORE
You can do this in R using ...READ MORE
In your server.R 4th line. Replace it ...READ MORE
The default is 0.0.0.0, but if you ...READ MORE
I'm trying to web scrap a page ...READ MORE
You can use dimensionality reduction methods such ...READ MORE
Try something like this: dashboardHeader(title="Edureka", dropdownMenu type = "message", messageItem(from = ...READ MORE
You can use the subset function to filter rows ...READ MORE
Try using: setNames(as.data.frame(t(normData[-1])), normData[[1]]) ...READ MORE
Try this: source dataset in this format: 1 3 ...READ MORE
Shiny is an open source R package that ...READ MORE
have a look at rms package. lrm is logistic ...READ MORE
The error means that R could not ...READ MORE
Hey @Ali, Its a very silly mistake. ...READ MORE
Try this, its one of the possible ...READ MORE
A factor variable can be converted to ...READ MORE
Try this: library(RGoogleAnalytics) oauth_token <- Auth( client.id = ...READ MORE
You can use the function sidebarMenu function ...READ MORE
You need to load the data file ...READ MORE
CSS Selector is a combination of element ...READ MORE
To get the warnings as an rpy2 ...READ MORE
Try this: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ...READ MORE
You can manipulate any csv file with ...READ MORE
Every time you get this error, check ...READ MORE
There are multiple ways of getting this. ...READ MORE
You can use hadoop streaming to read ...READ MORE
For df1 plot # Group data by when ...READ MORE
Ans There are multiple ways of getting this. ...READ MORE
Hey @Ali, You can use the rvest ...READ MORE
You seem to have made a small ...READ MORE
Yes ofcourse you can. This page will ...READ MORE
Try this using read.fwf d <- read.fwf(textConnection( " ...READ MORE
Just add %d to the parameter you ...READ MORE
Data cleaning is the fourth step in ...READ MORE
Different ways to scrap data off the ...READ MORE
In your testthat tests you declare an anonymous function like so: function() ...READ MORE
Just add collapse = FALSE in your unnest_tokens: library(tidytext) library(dplyr) jobs %>% ...READ MORE
This can be dine using The geonames API. GeoNames ...READ MORE
we define technically correct data as a ...READ MORE
You'll be able to perform those R-Expressions, ...READ MORE
We will prefer Python because of the ...READ MORE
Raw data is the data that hasn’t ...READ MORE
Try replacing ID <- c("A123","A123","A123","A123","B456","B456","B456") item <- c("bread", "butter", "milk", ...READ MORE
The goal of this step is to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.