Most voted questions in Edureka Community

0 votes
1 answer

How do I disable suspend a project in Google Cloud?

Shutting down a project within the console releases all ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
5,209 views
0 votes
1 answer

Mounting a Google cloud storage bucket to a GKE pod as a persistent disk.

Yes, its possible. There's a similar project,follow ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
9,551 views
0 votes
1 answer

How to disable creating users in Google compute engine ?

You can stop a GCE instance from adding accounts ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
903 views
0 votes
1 answer

What is the best ways to keep my Google Cloud Storage bucket data safe?

There's rsync command that could be used ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
828 views
0 votes
1 answer

Google Cloud Storage Bucket Backup

There are multiple options for you to ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
3,565 views
0 votes
1 answer

Manage length of field values

Hi, Use str_pad() function to format the length ...READ MORE

Oct 23, 2019 in Data Analytics by Cherukuri
• 33,030 points
506 views
0 votes
1 answer

Recreating a VM on a different GCP project: How can I transfer a disk snapshot across projects in Google Cloud Platform projects?

You could probably follow these steps to create ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
5,211 views
0 votes
1 answer

Create a new string from existing strings in different variables

Its quite simple, Use paste function as ...READ MORE

Oct 31, 2019 in Data Analytics by Cherukuri
• 33,030 points
695 views
0 votes
1 answer

What is a regex?

A regular expression, regex or regexp is ...READ MORE

Nov 2, 2019 in Data Analytics by Cherukuri
• 33,030 points
466 views
0 votes
1 answer

How to use regular expressions in R?

Set of operators to use for regular ...READ MORE

Nov 2, 2019 in Data Analytics by anonymous
• 33,030 points
461 views
0 votes
0 answers

How to get the value passed through url from one page to another in R?

How to get the value passed through ...READ MORE

Oct 16, 2019 in Data Analytics by ch
• 3,450 points
400 views
0 votes
1 answer

How to check if a element is present in the list?

There are multiple functions for this purpose ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
21,038 views
0 votes
1 answer

How to convert continuous variable to categorical variable and vice versa?

Use discretize function to convert a continuous variable ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
7,738 views
0 votes
1 answer

Do we need to create vectors to create arrays in R?

Yes, you need vectors to create arrays. Arrays take vectors in ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
401 views
0 votes
1 answer

How does paste function work in R?

Paste function concatenates vectors together. Syntax: paste(v1,v2,sep = ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
718 views
0 votes
1 answer

What is the difference between list and vector in R?

The difference are - A list holds different ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
46,543 views
0 votes
1 answer

How to check installed packages from r source?

Use installed.packages() or find.package() function and pass the ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
479 views
0 votes
1 answer

How do I remove an element from a list by index in R?

Use list[index] = NULL The list value will ...READ MORE

Oct 31, 2019 in Data Analytics by Cherukuri
• 33,030 points
2,098 views
0 votes
1 answer

How to create a range of dates in R?

Hey, See the below example, > superstore$Order.Date[1] [1] "2014-11-11" > seq(superstore$Order.Date[1],length.out ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
761 views
0 votes
1 answer

How to check if a file already exists or not in R?

Check out file.exists() function!! The function file.exists() returns a ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
67,004 views
0 votes
1 answer

How to set data type of columns while reading from source?

@ch, Add colClasses attribute to read the statement ...READ MORE

Oct 28, 2019 in Data Analytics by Cherukuri
• 33,030 points
468 views
0 votes
1 answer

List should be atomic

@ch, A few functions only work with an ...READ MORE

Oct 28, 2019 in Data Analytics by Cherukuri
• 33,030 points
362 views
0 votes
1 answer

What is webCR in Automation Anywhere?

Hi Abha, in Automation Anywhere WebCR (or ...READ MORE

Oct 16, 2019 in RPA by Anvi
• 14,150 points
1,428 views
0 votes
1 answer

Can anyone suggest how error handling can be done in UiPath studio?

Hey Pratibha, you can use following methods/activities ...READ MORE

Oct 16, 2019 in RPA by Anvi
• 14,150 points
1,211 views
0 votes
1 answer

How to connect to a database from UiPath and read data from it?

Hi Pratibha, to connect to a database ...READ MORE

Oct 17, 2019 in RPA by Abha
• 28,140 points
9,041 views
0 votes
1 answer

What are the types of recorders provided by Automation Anywhere?

Hi, there are mainly 3 types of ...READ MORE

Oct 16, 2019 in RPA by Anvi
• 14,150 points
21,853 views
0 votes
1 answer

Which system variable can be used for reading data from CSV/text file in Automation Anywhere?

Hello, FileData Column(col_name) is the system variable which ...READ MORE

Oct 17, 2019 in RPA by Abha
• 28,140 points
9,763 views
0 votes
1 answer

How to scrap only numbers from a pdf file using UiPath studio?

Hi, to scrap only numbers from a ...READ MORE

Oct 17, 2019 in RPA by Abha
• 28,140 points
1,129 views
0 votes
1 answer

What are the main uses of an Orchestrator in UiPath?

Hi Pratibha, UiPath Orchestrator is a very ...READ MORE

Oct 16, 2019 in RPA by Anvi
• 14,150 points
1,407 views
0 votes
1 answer
0 votes
4 answers

Install Python3 on Mac

Prerequisites You will need a macOS computer with ...READ MORE

Dec 15, 2020 in Python by Roshni
• 10,520 points
19,424 views
0 votes
1 answer

I am trying to installing an ubuntu instance hosted in Vultr. Apparently my SSL certificate is failing.

The cert.pem file is a somehow moving to ...READ MORE

Oct 15, 2019 in Ansible by Yogesh

edited Oct 15, 2019 1,412 views
0 votes
1 answer

Ansible error "urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)"

That means you do not have the ...READ MORE

Oct 15, 2019 in Ansible by Yogesh
12,710 views
0 votes
1 answer

AWS CodeDeploy success or failure email notification

Hi @Hannah, I found this code on ...READ MORE

Oct 15, 2019 in AWS by Jack
1,173 views
0 votes
1 answer

How can i fix Type: Runtime Type problem in UIpath studio

Hey Tashrif, Can you tell is there any ...READ MORE

Oct 15, 2019 in RPA by Abha
• 28,140 points
2,480 views
0 votes
0 answers

How can i solve NoClassdeffoundError on my mobile?

Oct 15, 2019 in Others by SolomonTS
• 120 points
411 views
0 votes
1 answer

i have a error in automation

Instead of using Xpath, can you use ...READ MORE

Oct 15, 2019 in Selenium by Abha
• 28,140 points
1,434 views
0 votes
1 answer

How to get the desired packages in UiPath Studio if not available in Package Manager?

Steps to get your desired package in ...READ MORE

Oct 15, 2019 in RPA by Abha
• 28,140 points
2,362 views
0 votes
1 answer

Connection fails when an instance tries to connect NLB - AWS

Hey @Hannah, so sometimes what happens is ...READ MORE

Oct 15, 2019 in AWS by Tanya
1,323 views
0 votes
1 answer

log X-Amzn-Trace-Id to trace requests through my Application Load Balancer - AWS

Hey use the following steps to log ...READ MORE

Oct 15, 2019 in AWS by Tanya
3,221 views
0 votes
1 answer

HTTP 502 errors when my client makes requests to a website through a Classic Load Balancer

Check the instances running behind your EC2 ...READ MORE

Oct 14, 2019 in AWS by Tanya
1,043 views
0 votes
1 answer

How to provide names for list elments in r?

There are 2 ways to add names ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
461 views
0 votes
1 answer

How to make points transparent using plot function in R?

There is no attribute to set the ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
1,970 views
0 votes
1 answer

how to fill the points of the plot using just plot function?

Hey, I don't think you can make ...READ MORE

Oct 14, 2019 in Data Analytics by anonymous
• 33,030 points
410 views
0 votes
1 answer

How ‘breaks’ and ‘ cut’ works in R?

@ch, Cut divides the range of x into ...READ MORE

Oct 14, 2019 in Data Analytics by rohan
3,383 views
0 votes
1 answer

Difference between list(1:5) and list(1,2 ...5) in R.

It's very simple. list(1:4) creates a single element(vector) whereas ...READ MORE

Oct 14, 2019 in Data Analytics by rajeev
450 views
0 votes
1 answer

Add buttons to perform actions on the leaflet map.

@ch, You can add easy buttons to add ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
4,436 views
0 votes
2 answers

R: Error in sort.int(x, na.last = na.last, decreasing = decreasing, ...)

Use unlist function to convert the list ...READ MORE

Oct 14, 2019 in Data Analytics by anonymous
• 33,030 points
3,819 views
0 votes
1 answer

Remove characters from field in dataframe

Use the below code to update the ...READ MORE

Oct 14, 2019 in Data Analytics by anonymous
• 33,030 points
1,743 views
0 votes
1 answer

reverse a list or vector in R

@ch, Use rev function to reverse R objects ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
5,144 views