questions/data-science/page/7
Hey, See the below example, > superstore$Order.Date[1] [1] "2014-11-11" > seq(superstore$Order.Date[1],length.out ...READ MORE
You can use regular if condition with ...READ MORE
Use geom_text() to add labels on the ...READ MORE
A regular expression, regex or regexp is ...READ MORE
Set of operators to use for regular ...READ MORE
You can either use substring function or ...READ MORE
@ch, Use the minimap to show a side ...READ MORE
Use paste command or append function to ...READ MORE
If the scale is continuous, then you can ...READ MORE
Hey, You can either reduce the font size ...READ MORE
hey @ch, Use the below attribute to hide ...READ MORE
Use addPolygons() to create polygons in a ...READ MORE
How to zip a folder with r ...READ MORE
How to visualize the randomForest model in ...READ MORE
Use installed.packages() or find.package() function and pass the ...READ MORE
@ch, Add colClasses attribute to read the statement ...READ MORE
Yes, you need vectors to create arrays. Arrays take vectors in ...READ MORE
hey @ch, Use below attribute to hide all ...READ MORE
Hi, Use str_pad() function to format the length ...READ MORE
HI @ch, Create a list of elements and ...READ MORE
@sreenivas, Use image_trim to crop the extra part of ...READ MORE
You can provide condition to summarize using ...READ MORE
Hey, its quite simple. Label in leaflet displays ...READ MORE
@ch, A few functions only work with an ...READ MORE
It could be due to the limited ...READ MORE
Use renderUI function within the server function ...READ MORE
See below example library(plotly) p <- plot_ly( labels ...READ MORE
Refer to this article here, https://stats.stackexchange.com/questi ...READ MORE
Hey Latha, The difference between them is that ...READ MORE
A few functions to manage NA are ...READ MORE
@ashish, you can use ggplotly package to ...READ MORE
Use edit function like below and pass ...READ MORE
Hi, I'm not sure about the command but you ...READ MORE
Vinutha, While doing web scraping its necessary ...READ MORE
Use heatmap() to create heatmaps. > heatmap(as.matrix(mtcars)) See below ...READ MORE
Pallava, both the functions return nodes from ...READ MORE
Use cut functions or group_by function. group_by functions ...READ MORE
@Kruthi, Refer to this blog on how to ...READ MORE
diff() function returns the difference between numbers ...READ MORE
It's very simple. list(1:4) creates a single element(vector) whereas ...READ MORE
How to get the value passed through ...READ MORE
You can add a secondary axis in ...READ MORE
There are 2 ways to add names ...READ MORE
There are several solutions to this. One of ...READ MORE
Hey, I don't think you can make ...READ MORE
~ operator is used in R for ...READ MORE
Hey, # take input from the user num = ...READ MORE
Use dbWriteTable () function and set overwrite ...READ MORE
I use superstore data and show how ...READ MORE
@prardhana, Use scale_fill/color/size_discrete/contin....(labels = c()). compare both to see ...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.