\\n Click on the ⊕ to view the full reference<\\/td>\\n <\\/tfoot>\\n<\\/table>\",\"options\":{\"columnDefs\":[{\"visible\":false,\"targets\":[0,3,4,5,6]},{\"orderable\":false,\"className\":\"details-control\",\"targets\":1},{\"orderable\":false,\"targets\":0},{\"name\":\" \",\"targets\":0},{\"name\":\" \",\"targets\":1},{\"name\":\"citation\",\"targets\":2},{\"name\":\"html_reference\",\"targets\":3},{\"name\":\"source__WoS\",\"targets\":4},{\"name\":\"source__DIM\",\"targets\":5},{\"name\":\"source__LENS\",\"targets\":6},{\"name\":\"source__WoS \",\"targets\":7},{\"name\":\"source__DIM \",\"targets\":8},{\"name\":\"source__LENS \",\"targets\":9}],\"dom\":\"Bfrtip\",\"buttons\":[\"print\",{\"extend\":\"csv\",\"filename\":\"CiteSource_record_summary\",\"text\":\"Download csv\",\"exportOptions\":{\"columns\":[0,2,3,4,5,6]}}],\"order\":[],\"autoWidth\":false,\"orderClasses\":false},\"callback\":\"function(table) {\\n\\n table.column(1).nodes().to$().css({cursor: 'pointer'});\\n var format = function(d) {\\n return ' ' +\\n d[3];\\n };\\n table.on('click', 'td.details-control', function() {\\n var td = $(this), row = table.row(td.closest('tr'));\\n if (row.child.isShown()) {\\n row.child.hide();\\n td.html('⊕');\\n } else {\\n row.child(format(row.data())).show();\\n td.html('⊖');\\n }\\n });\\n}\",\"selection\":{\"mode\":\"multiple\",\"selected\":null,\"target\":\"row\",\"selectable\":null}},\"evals\":[\"callback\"],\"jsHooks\":[]}"},{"path":"http://www.eshackathon.org/CiteSource/reference/record_summary_table.html","id":null,"dir":"Reference","previous_headings":"","what":"search_summary_table — record_summary_table","title":"search_summary_table — record_summary_table","text":"function creates table footnotes columns table. uses gt package create table adds footnotes various columns.","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/record_summary_table.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"search_summary_table — record_summary_table","text":"","code":"record_summary_table(data)"},{"path":"http://www.eshackathon.org/CiteSource/reference/record_summary_table.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"search_summary_table — record_summary_table","text":"data data frame must contain columns \"Source\", \"Records Imported\", \"Distinct Records\", \"Unique records\", \"Non-unique Records\", \"Source Contribution %\", \"Source Unique Contribution %\", \"Source Unique %\". \"Source\" column used row names table.","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/record_summary_table.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"search_summary_table — record_summary_table","text":"gt object representing table.","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/reimport_csv.html","id":null,"dir":"Reference","previous_headings":"","what":"Reimport a CSV-file exported from CiteSource — reimport_csv","title":"Reimport a CSV-file exported from CiteSource — reimport_csv","text":"function reimports csv file tagged deduplicated CiteSource. allows continue analyses without repeating step, also allows users make manual corrections tagging deduplication. Note function works CSV files written export_csv(..., separate = NULL)","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/reimport_csv.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Reimport a CSV-file exported from CiteSource — reimport_csv","text":"","code":"reimport_csv(filename)"},{"path":"http://www.eshackathon.org/CiteSource/reference/reimport_csv.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Reimport a CSV-file exported from CiteSource — reimport_csv","text":"filename Name (path) CSV file reimported, end .csv","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/reimport_csv.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Reimport a CSV-file exported from CiteSource — reimport_csv","text":"","code":"if (interactive()) { dedup_results <- dedup_citations(citations, merge_citations = TRUE) export_csv(dedup_results, \"citations.csv\") unique_citations <- reimport_csv(\"citations.csv\") }"},{"path":"http://www.eshackathon.org/CiteSource/reference/reimport_ris.html","id":null,"dir":"Reference","previous_headings":"","what":"Reimport a RIS-file exported from CiteSource — reimport_ris","title":"Reimport a RIS-file exported from CiteSource — reimport_ris","text":"function reimports RIS file tagged deduplicated CiteSource. allows continue analyses without repeating step, also allows users make manual corrections tagging deduplication. function can also used replace import step (instance tags added individual citations rather entire files) - case, just call dedup_citations() import.","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/reimport_ris.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Reimport a RIS-file exported from CiteSource — reimport_ris","text":"","code":"reimport_ris( filename = \"citations.ris\", source_field = \"DB\", label_field = \"C7\", string_field = \"C8\", tag_naming = \"ris_synthesisr\", verbose = TRUE )"},{"path":"http://www.eshackathon.org/CiteSource/reference/reimport_ris.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Reimport a RIS-file exported from CiteSource — reimport_ris","text":"filename Name (path) RIS file reimported, end .ris source_field Character. RIS field cite_sources read ? NULL set missing label_field Character. RIS field cite_labels read ? NULL set missing string_field Character. RIS field cite_strings read ? NULL set missing tag_naming Synthesisr option specifying RIS tags replaced names. changed using function reimport file exported CiteSource. import RIS, check names(CiteSource:::synthesisr_code_lookup) select options start ris_ verbose confirmation message displayed?","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/reimport_ris.html","id":"details","dir":"Reference","previous_headings":"","what":"Details","title":"Reimport a RIS-file exported from CiteSource — reimport_ris","text":"Note functions defaults' based export_ris() functions can easily combined.","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/reimport_ris.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Reimport a RIS-file exported from CiteSource — reimport_ris","text":"","code":"if (interactive()) { dedup_results <- dedup_citations(citations, merge_citations = TRUE) export_ris(dedup_results$unique, \"citations.ris\") unique_citations2 <- reimport_ris(\"citations.ris\") }"},{"path":"http://www.eshackathon.org/CiteSource/reference/runShiny.html","id":null,"dir":"Reference","previous_headings":"","what":"A wrapper function to run Shiny Apps from CiteSource. — runShiny","title":"A wrapper function to run Shiny Apps from CiteSource. — runShiny","text":"Running function launch CiteSource shiny app","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/runShiny.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"A wrapper function to run Shiny Apps from CiteSource. — runShiny","text":"","code":"runShiny(app = \"CiteSource\", offer_install = interactive())"},{"path":"http://www.eshackathon.org/CiteSource/reference/runShiny.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"A wrapper function to run Shiny Apps from CiteSource. — runShiny","text":"app Defaults CiteSource - possibly apps included future offer_install user prompted install required packages missing?","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/runShiny.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"A wrapper function to run Shiny Apps from CiteSource. — runShiny","text":"CiteSource shiny app","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/runShiny.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"A wrapper function to run Shiny Apps from CiteSource. — runShiny","text":"","code":"if (interactive()) { # To run the CiteSource Shiny app: runShiny() }"},{"path":"http://www.eshackathon.org/CiteSource/reference/synthesisr_read_refs.html","id":null,"dir":"Reference","previous_headings":"","what":"Import bibliographic search results — synthesisr_read_refs","title":"Import bibliographic search results — synthesisr_read_refs","text":"Imports common bibliographic reference formats (.e. .bib, .ris, .txt).","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/synthesisr_read_refs.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Import bibliographic search results — synthesisr_read_refs","text":"","code":"synthesisr_read_refs( filename, tag_naming = \"best_guess\", return_df = TRUE, verbose = FALSE, select_fields = NULL ) read_ref( filename, tag_naming = \"best_guess\", return_df = TRUE, verbose = FALSE, select_fields = NULL )"},{"path":"http://www.eshackathon.org/CiteSource/reference/synthesisr_read_refs.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Import bibliographic search results — synthesisr_read_refs","text":"filename path filename vector filenames containing search results import. tag_naming Either length-1 character stating ris tags replaced (see details list options), object inheriting class data.frame containing user-defined replacement tags. return_df TRUE (default), returns data.frame; FALSE, returns list. verbose TRUE, prints status updates (defaults FALSE). select_fields Character vector fields retained. NULL, fields RIS file returned","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/synthesisr_read_refs.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Import bibliographic search results — synthesisr_read_refs","text":"Returns data.frame list assembled search results.","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/synthesisr_read_refs.html","id":"details","dir":"Reference","previous_headings":"","what":"Details","title":"Import bibliographic search results — synthesisr_read_refs","text":"default argument tag_naming \"best_guess\", estimates database used ris tag replacement, fills gaps generic tags. tags missing database (.e. code_lookup) passed unchanged. options use tags Web Science (\"wos\"), Scopus (\"scopus\"), Ovid (\"ovid\") Academic Search Premier (\"asp\"). data.frame given, must contain two columns: \"code\" listing original tags source document, \"field\" listing replacement column/tag names. data.frame may optionally include third column named \"order\", specifies order columns resulting data.frame; otherwise taken row order. Finally, passing \"none\" replace_tags suppresses tag replacement.","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/synthesisr_read_refs.html","id":"functions","dir":"Reference","previous_headings":"","what":"Functions","title":"Import bibliographic search results — synthesisr_read_refs","text":"read_ref(): Import single file","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/write_refs.html","id":null,"dir":"Reference","previous_headings":"","what":"Export data to a bibliographic format — write_bib","title":"Export data to a bibliographic format — write_bib","text":"function exports data.frames containing bibliographic information either .ris .bib file.","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/write_refs.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Export data to a bibliographic format — write_bib","text":"","code":"write_bib(x) write_ris(x, tag_naming = \"synthesisr\") write_refs(x, format = \"ris\", tag_naming = \"synthesisr\", file = FALSE)"},{"path":"http://www.eshackathon.org/CiteSource/reference/write_refs.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Export data to a bibliographic format — write_bib","text":"x Either data.frame containing bibliographic information object class bibliography. tag_naming naming convention used write RIS files? See details options. format format data exported ? Options ris bib. file Either logical indicating whether file written (defaulting FALSE), character giving name file written.","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/write_refs.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Export data to a bibliographic format — write_bib","text":"Returns character vector containing bibliographic information specified format file FALSE, saves output file TRUE.","code":""},{"path":"http://www.eshackathon.org/CiteSource/reference/write_refs.html","id":"functions","dir":"Reference","previous_headings":"","what":"Functions","title":"Export data to a bibliographic format — write_bib","text":"write_bib(): Format bib file export write_ris(): Format ris file export","code":""},{"path":"http://www.eshackathon.org/CiteSource/news/index.html","id":"citesource-001","dir":"Changelog","previous_headings":"","what":"CiteSource 0.0.1","title":"CiteSource 0.0.1","text":"Added NEWS.md file track changes package. Added dependency latest version ASySD R package Simplified dedup function arguments (now specified within call ASySD) Integrated new dedup function R shiny app","code":""}]
|