List inputs for parameter selection

0 votes
How to provide list of inputs for parameter selection in rmarkdown?
Jul 30, 2019 in Data Analytics by anonymous
423 views

1 answer to this question.

0 votes

Use choices attribute to provide a list of choice along with label and value attribute like below.

Clusters:
    label: "Size"
    value: 3
    input: select
    choices: [1,3,5,7]
answered Jul 31, 2019 by Cherukuri
• 33,030 points

Related Questions In Data Analytics

0 votes
1 answer

List packages are used for data mining in R?

You can refer to the following packages ...READ MORE

answered Jul 3, 2018 in Data Analytics by DataKing99
• 8,240 points
1,276 views
0 votes
1 answer

How to provide names for list elments in r?

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

answered Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
444 views
+3 votes
1 answer

Hortonworks Setup for Virtualbox

Dear Learner, Please go to the below link ...READ MORE

answered Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
426 views
0 votes
2 answers

Installing MXNet for R in Windows System

You can install it for python in ...READ MORE

answered Dec 4, 2018 in Data Analytics by Kalgi
• 52,360 points
1,904 views
0 votes
1 answer

Display only output and caption with any warnings or code in Rmarkdown

Use echo=FALSE and fig.cap = "caption in ...READ MORE

answered Jul 31, 2019 in Data Analytics by anonymous
443 views
0 votes
1 answer

display the output r code as title in R script Rmarkdown script to html page

Use the file input from parameter and ...READ MORE

answered Jul 31, 2019 in Data Analytics by anonymous
1,169 views
0 votes
1 answer

parameterized reports using RMarkdown

Add params attribute like below specifying dataset ...READ MORE

answered Nov 4, 2019 in Data Analytics by kamal
831 views
0 votes
1 answer

Error: object 'params' not found.

@pragyat, Remove " " around data value in ...READ MORE

answered Nov 4, 2019 in Data Analytics by priya
2,714 views
0 votes
1 answer

File selection for parameter in rmarkdown

A small example -  params: dataset: ...READ MORE

answered Jul 31, 2019 in Data Analytics by Cherukuri
• 33,030 points
440 views
0 votes
1 answer

Provide selection of parameter in rmarkdown

Use choices attribute to provide a list ...READ MORE

answered Jul 31, 2019 in Data Analytics by Cherukuri
• 33,030 points
412 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP